Searched refs:lim_cur_proc (Results 1 – 4 of 4) sorted by relevance
108 rlim_t lim_cur_proc(struct proc *, int);
253 rlim_t limit = lim_cur_proc(p, RLIMIT_FSIZE); in vn_fsizechk()
797 lim_cur_proc(struct proc *p, int which) in lim_cur_proc() function
2842 if (vp->v_type == VREG && len > lim_cur_proc(p, RLIMIT_FSIZE)) { in dotruncate()