Searched refs:z_acl_count (Results 1 – 8 of 8) sorted by relevance
43 uint32_t z_acl_count; /* Number of ACEs */ member55 uint16_t z_acl_count; /* ace count */ member
104 uint32_t z_acl_count; /* Number of ACEs */ member122 uint16_t z_acl_count; /* ace count */ member162 uint64_t z_acl_count; /* Number of ACEs */ member
406 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()509 aclp->z_acl_count = 0; in zfs_acl_release_nodes()834 oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count, in zfs_acl_xform()847 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()851 oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()853 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()855 kmem_free(oldaclp, aclp->z_acl_count * sizeof (zfs_oldace_t)); in zfs_acl_xform()866 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()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()[all …]
191 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count); in zfs_znode_byteswap()
292 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
1036 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()
1630 &zp->z_acl_cached->z_acl_count, 8); in sa_add_projid()
1628 uint32_t z_acl_count; /* Number of ACEs */ member