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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c371 uint64_t acl_count; local
382 &acl_count, sizeof (acl_count))) != 0)
384 *aclcount = acl_count;
1066 int acl_count; local
1094 &acl_count, &znode_acl)) != 0) {
1100 aclp->z_acl_count = acl_count;

Completed in 83 milliseconds