Searched refs:nfsacl_decode (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
|
/Linux-v6.6/fs/nfs_common/ |
D | nfsacl.c | 336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() function 368 EXPORT_SYMBOL_GPL(nfsacl_decode);
|
/Linux-v6.6/fs/nfs/ |
D | nfs3xdr.c | 2385 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2395 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|