Searched defs:nfsd4_access (Results 1 – 2 of 2) sorted by relevance
83 struct nfsd4_access { struct84 u32 ac_req_access; /* request */85 u32 ac_supported; /* response */86 u32 ac_resp_access; /* response */
701 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_access() function