Searched refs:nfsd_lookup (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfsd/
H A Dvfs.h66 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
H A Dnfsproc.c138 resp->status = nfsd_lookup(rqstp, &argp->fh, argp->name, argp->len,
H A Dnfs3proc.c103 resp->status = nfsd_lookup(rqstp, &resp->dirfh,
H A Dnfs4proc.c459 status = nfsd_lookup(rqstp, current_fh,
928 return nfsd_lookup(rqstp, fh, "..", 2, fh);
942 return nfsd_lookup(rqstp, &cstate->current_fh,
H A Dvfs.c115 * Called from nfsd_lookup and encode_dirent. Check if we have crossed
248 dprintk("nfsd: nfsd_lookup(fh %s, %.*s)\n", SVCFH_fmt(fhp), len,name);
290 * nfsd_lookup - look up a single path component for nfsd
310 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, function

Completed in 268 milliseconds