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