Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.h81 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
H A Dnfsproc.c173 resp->status = nfsd_lookup(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_lookup()
H A Dnfs4proc.c497 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
1003 return nfsd_lookup(rqstp, fh, "..", 2, fh); in nfsd4_do_lookupp()
1017 return nfsd_lookup(rqstp, &cstate->current_fh, in nfsd4_lookup()
H A Dnfs3proc.c152 resp->status = nfsd_lookup(rqstp, &resp->dirfh, in nfsd3_proc_lookup()
H A Dvfs.c317 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() function