Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_acl.c593 if (aclnode->z_ace_idx >= aclnode->z_ace_count) { in zfs_acl_next_ace()
604 if (aclnode->z_ace_idx < aclnode->z_ace_count) { in zfs_acl_next_ace()
837 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
850 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()
1089 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
1256 if (aclnode->z_ace_count == 0) in zfs_aclset_common()
1277 if (aclnode->z_ace_count == 0) in zfs_aclset_common()
1431 newnode->z_ace_count = new_count; in zfs_acl_chmod()
1550 aclnode->z_ace_count++; in zfs_acl_inherit()
1883 aclnode->z_ace_count = aclcnt; in zfs_vsec_2_aclp()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzfs_acl.h155 uint64_t z_ace_count; /* number of ACEs in this acl node */ member