Searched refs:nfsacl_decode (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
|
/linux/fs/nfs_common/ |
H A D | nfsacl.c | 337 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() function 369 EXPORT_SYMBOL_GPL(nfsacl_decode);
|
/linux/fs/nfs/ |
H A D | nfs3xdr.c | 2382 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2392 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|