Home
last modified time | relevance | path

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

/fs/nfs_common/
Dnfsacl.c336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() function
368 EXPORT_SYMBOL_GPL(nfsacl_decode);
/fs/nfs/
Dnfs3xdr.c2385 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok()
2395 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()