Home
last modified time | relevance | path

Searched refs:nfsacl_decode (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnfsacl.h39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
/linux/fs/nfs_common/
H A Dnfsacl.c337 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 Dnfs3xdr.c2382 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok()
2392 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()