Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_acl.h103 uint32_t z_acl_count; /* Number of ACEs */ member
121 uint16_t z_acl_count; /* ace count */ member
162 uint64_t z_acl_count; /* Number of ACEs */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c397 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
500 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
1082 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1086 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
1290 acl_phys.z_acl_size = aclp->z_acl_count; in zfs_aclset_common()
1294 acl_phys.z_acl_count = aclp->z_acl_count; in zfs_aclset_common()
1430 aclp->z_acl_count = new_count; in zfs_acl_chmod()
1565 aclp->z_acl_count++; in zfs_acl_inherit()
1602 aclp->z_acl_count != 0) { in zfs_acl_inherit()
1821 count = (int)aclp->z_acl_count; in zfs_getacl()
[all …]
H A Dzfs_znode.c765 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c397 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
500 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
1092 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1096 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
1163 if (error == 0 && aclp->z_acl_count > 0) in zfs_acl_chown_setattr()
1464 acl_phys.z_acl_count = aclp->z_acl_count; in zfs_aclset_common()
1598 aclp->z_acl_count = new_count; in zfs_acl_chmod()
1733 aclp->z_acl_count++; in zfs_acl_inherit()
1770 aclp->z_acl_count != 0) { in zfs_acl_inherit()
1995 count = (int)aclp->z_acl_count; in zfs_getacl()
[all …]
H A Dzfs_znode.c897 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c197 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count); in zfs_znode_byteswap()
H A Dzfs_sa.c382 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
H A Dsa.c1654 &zp->z_acl_cached->z_acl_count, 8); in sa_add_projid()