Searched defs:nfsd4_access (Results 1 – 2 of 2) sorted by relevance
211 struct nfsd4_access { struct212 u32 ac_req_access; /* request */213 u32 ac_supported; /* response */214 u32 ac_resp_access; /* response */
738 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_access() function