aclcnt           2370 fs/nfs/nfs3xdr.c 	unsigned int *aclcnt;
aclcnt           2389 fs/nfs/nfs3xdr.c 	aclcnt = NULL;
aclcnt           2391 fs/nfs/nfs3xdr.c 		aclcnt = &result->acl_access_count;
aclcnt           2392 fs/nfs/nfs3xdr.c 	error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl);
aclcnt           2399 fs/nfs/nfs3xdr.c 	aclcnt = NULL;
aclcnt           2401 fs/nfs/nfs3xdr.c 		aclcnt = &result->acl_default_count;
aclcnt           2402 fs/nfs/nfs3xdr.c 	error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl);
aclcnt            265 fs/nfs_common/nfsacl.c int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
aclcnt            292 fs/nfs_common/nfsacl.c 	if (aclcnt)
aclcnt            293 fs/nfs_common/nfsacl.c 		*aclcnt = entries;
aclcnt             39 include/linux/nfsacl.h nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,