Lines Matching refs:dirfhp
186 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
197 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
200 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
212 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
218 fh_lock_nested(dirfhp, I_MUTEX_PARENT); in nfsd_proc_create()
219 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
225 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
317 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd_proc_create()
333 fh_unlock(dirfhp); in nfsd_proc_create()
334 fh_drop_write(dirfhp); in nfsd_proc_create()
336 fh_put(dirfhp); in nfsd_proc_create()