Lines Matching refs:dirfhp
259 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
269 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
272 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
281 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
287 fh_lock_nested(dirfhp, I_MUTEX_PARENT); in nfsd_proc_create()
288 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
294 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
386 resp->status = nfsd_create_locked(rqstp, dirfhp, argp->name, in nfsd_proc_create()
404 fh_unlock(dirfhp); in nfsd_proc_create()
405 fh_drop_write(dirfhp); in nfsd_proc_create()
407 fh_put(dirfhp); in nfsd_proc_create()