Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.h47 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
Dnfsproc.c135 resp->status = nfsd_lookup(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_lookup()
Dnfs4proc.c285 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
748 return nfsd_lookup(rqstp, fh, "..", 2, fh); in nfsd4_do_lookupp()
762 return nfsd_lookup(rqstp, &cstate->current_fh, in nfsd4_lookup()
Dnfs3proc.c96 resp->status = nfsd_lookup(rqstp, &resp->dirfh, in nfsd3_proc_lookup()
Dvfs.c250 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() function