Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfsproc.c234 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
245 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
248 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
260 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
266 fh_lock_nested(dirfhp, I_MUTEX_PARENT); in nfsd_proc_create()
267 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
273 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
365 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd_proc_create()
381 fh_unlock(dirfhp); in nfsd_proc_create()
382 fh_drop_write(dirfhp); in nfsd_proc_create()
[all …]
Dnfs3proc.c213 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create() local
222 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create()
236 nfserr = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd3_proc_create()