Home
last modified time | relevance | path

Searched refs:dirfhp (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/nfsd/
Dnfsproc.c192 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
202 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
205 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
217 fh_lock_nested(dirfhp, I_MUTEX_PARENT); in nfsd_proc_create()
218 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
224 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
316 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd_proc_create()
332 fh_unlock(dirfhp); in nfsd_proc_create()
335 fh_put(dirfhp); in nfsd_proc_create()
Dnfs3proc.c220 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create() local
229 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create()
234 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_proc_create()
248 nfserr = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd3_proc_create()