Searched refs:nfsacl_decode (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/linux/ | 
| D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
 | 
| /Linux-v5.10/fs/nfs_common/ | 
| D | nfsacl.c | 265 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,  in nfsacl_decode()  function297 EXPORT_SYMBOL_GPL(nfsacl_decode);
 
 | 
| /Linux-v5.10/fs/nfsd/ | 
| D | nfs3acl.c | 156 	n = nfsacl_decode(&rqstp->rq_arg, base, NULL,  in nfs3svc_decode_setaclargs()160 		n = nfsacl_decode(&rqstp->rq_arg, base + n, NULL,  in nfs3svc_decode_setaclargs()
 
 | 
| D | nfs2acl.c | 222 	n = nfsacl_decode(&rqstp->rq_arg, base, NULL,  in nfsaclsvc_decode_setaclargs()226 		n = nfsacl_decode(&rqstp->rq_arg, base + n, NULL,  in nfsaclsvc_decode_setaclargs()
 
 | 
| /Linux-v5.10/fs/nfs/ | 
| D | nfs3xdr.c | 2388 	error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl);  in decode_getacl3resok()2398 	error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl);  in decode_getacl3resok()
 
 |