lim_cur_proc
if (vp->v_type == VREG && len > lim_cur_proc(p, RLIMIT_FSIZE)) {
rlim_t limit = lim_cur_proc(p, RLIMIT_FSIZE);
rlim_t lim_cur_proc(struct proc *, int);