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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsproc.c192 svc_fh *dirfhp = &argp->fh; local
202 SVCFH_fmt(dirfhp), argp->len, argp->name);
205 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC);
207 goto done; /* must fh_put dirfhp even on error */
217 fh_lock_nested(dirfhp, I_MUTEX_PARENT);
218 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len);
224 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
316 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len,
332 fh_unlock(dirfhp);
[all...]
H A Dnfs3proc.c220 svc_fh *dirfhp, *newfhp = NULL; local
229 dirfhp = fh_copy(&resp->dirfh, &argp->fh);
234 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_CREATE);
248 nfserr = nfsd_create_v3(rqstp, dirfhp, argp->name, argp->len,

Completed in 66 milliseconds