Home
last modified time | relevance | path

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

/openbmc/linux/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, in nfsd_proc_lookup()
H A Dnfs4proc.c459 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
919 return nfsd_lookup(rqstp, fh, "..", 2, fh); in nfsd4_do_lookupp()
933 return nfsd_lookup(rqstp, &cstate->current_fh, in nfsd4_lookup()
H A Dnfs3proc.c101 resp->status = nfsd_lookup(rqstp, &resp->dirfh, in nfsd3_proc_lookup()
H A Dvfs.c312 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() function