Searched defs:nfsd4_access (Results 1 – 2 of 2) sorted by relevance
88 struct nfsd4_access { struct89 u32 ac_req_access; /* request */90 u32 ac_supported; /* response */91 u32 ac_resp_access; /* response */
554 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_access() function