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

/netbsd-current/external/cddl/osnet/dist/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;
1062 int acl_count; local
1079 &acl_count, &znode_acl)) != 0) {
1085 aclp->z_acl_count = acl_count;

Completed in 232 milliseconds