Home
last modified time | relevance | path

Searched refs:z_acl_count (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_acl.h43 uint32_t z_acl_count; /* Number of ACEs */ member
55 uint16_t z_acl_count; /* ace count */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h104 uint32_t z_acl_count; /* Number of ACEs */ member
122 uint16_t z_acl_count; /* ace count */ member
162 uint64_t z_acl_count; /* Number of ACEs */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c406 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
509 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
1115 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1119 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
1330 acl_phys.z_acl_size = aclp->z_acl_count; in zfs_aclset_common()
1331 acl_phys.z_acl_count = aclp->z_acl_bytes; in zfs_aclset_common()
1334 acl_phys.z_acl_count = aclp->z_acl_count; in zfs_aclset_common()
1473 aclp->z_acl_count = new_count; in zfs_acl_chmod()
1610 aclp->z_acl_count++; in zfs_acl_inherit()
1886 count = (int)aclp->z_acl_count; in zfs_getacl()
[all …]
H A Dzfs_byteswap.c191 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count); in zfs_znode_byteswap()
H A Dzfs_sa.c292 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
H A Dzfs_znode.c1036 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
H A Dsa.c1630 &zp->z_acl_cached->z_acl_count, 8); in sa_add_projid()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1628 uint32_t z_acl_count; /* Number of ACEs */ member