Searched refs:nfsd_access (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | vfs.h | 70 __be32 nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *);
|
D | nfs2acl.c | 176 nfserr = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsacld_proc_access()
|
D | nfs3proc.c | 124 nfserr = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsd3_proc_access()
|
D | vfs.c | 638 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access() function
|
D | nfs4proc.c | 563 return nfsd_access(rqstp, &cstate->current_fh, &access->ac_resp_access, in nfsd4_access()
|