Searched refs:aclcnt (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnfsacl.h39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
42 nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt,
/linux-master/fs/nfs_common/
H A Dnfsacl.c331 * @aclcnt: count of ACEs in decoded posix_acl
336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, argument
363 if (aclcnt)
364 *aclcnt = entries;
374 * @aclcnt: OUT: count of ACEs in decoded posix_acl
383 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, argument
416 if (aclcnt)
417 *aclcnt = entries;
/linux-master/fs/nfs/
H A Dnfs3xdr.c2363 unsigned int *aclcnt; local
2382 aclcnt = NULL;
2384 aclcnt = &result->acl_access_count;
2385 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl);
2392 aclcnt = NULL;
2394 aclcnt = &result->acl_default_count;
2395 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl);

Completed in 148 milliseconds