Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dzfs_acl.h104 uint32_t z_acl_count; /* Number of ACEs */ member
122 uint16_t z_acl_count; /* ace count */ member
163 uint64_t z_acl_count; /* Number of ACEs */ member
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c398 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
499 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
814 oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count, in zfs_acl_xform()
825 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
829 aclp, oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
831 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
833 kmem_free(oldaclp, aclp->z_acl_count * sizeof (zfs_oldace_t)); in zfs_acl_xform()
844 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()
1111 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1115 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
[all …]
H A Dzfs_znode_os.c896 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c399 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
501 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
816 oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count, in zfs_acl_xform()
827 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
831 oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
833 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
835 kmem_free(oldaclp, aclp->z_acl_count * sizeof (zfs_oldace_t)); in zfs_acl_xform()
846 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()
1083 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1087 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
[all …]
H A Dzfs_znode_os.c792 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c189 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count); in zfs_znode_byteswap()
H A Dzfs_sa.c406 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
H A Dsa.c1716 &zp->z_acl_cached->z_acl_count, 8); in sa_add_projid()
/src/sys/cddl/boot/zfs/
H A Dzfsimpl.h1857 uint32_t z_acl_count; /* Number of ACEs */ member