Searched refs:nfsd_access (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/nfsd/ |
D | vfs.h | 88 __be32 nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *);
|
D | nfs2acl.c | 179 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsacld_proc_access()
|
D | nfs3proc.c | 122 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsd3_proc_access()
|
D | vfs.c | 753 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access() function
|
D | nfs4proc.c | 750 return nfsd_access(rqstp, &cstate->current_fh, &access->ac_resp_access, in nfsd4_access()
|