Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h157 int z_ace_idx; /* ace iterator positioned on */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c588 aclnode->z_ace_idx = 0; in zfs_acl_next_ace()
596 if (aclnode->z_ace_idx >= aclnode->z_ace_count) { in zfs_acl_next_ace()
602 aclnode->z_ace_idx = 0; in zfs_acl_next_ace()
607 if (aclnode->z_ace_idx < aclnode->z_ace_count) { in zfs_acl_next_ace()
626 aclnode->z_ace_idx++; in zfs_acl_next_ace()