Searched defs:nfsd4_listxattrs (Results 1 – 2 of 2) sorted by relevance
241 struct nfsd4_listxattrs { struct242 u64 lsxa_cookie; /* request */243 u32 lsxa_maxcount; /* request */244 char *lsxa_buf; /* unfiltered buffer (reply) */245 u32 lsxa_len; /* unfiltered len (reply) */
2443 nfsd4_listxattrs(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_listxattrs() function