Home
last modified time | relevance | path

Searched refs:nfsd_lookup (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dvfs.h78 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
H A Dnfs4proc.c489 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
974 return nfsd_lookup(rqstp, fh, "..", 2, fh); in nfsd4_do_lookupp()
988 return nfsd_lookup(rqstp, &cstate->current_fh, in nfsd4_lookup()
H A Dvfs.c119 * Called from nfsd_lookup and encode_dirent. Check if we have crossed
295 * nfsd_lookup - look up a single path component for nfsd
315 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() function