Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_acl.h45 uint32_t z_acl_count; /* Number of ACEs */ member
57 uint16_t z_acl_count; /* ace count */ member
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h102 uint32_t z_acl_count; /* Number of ACEs */ member
120 uint16_t z_acl_count; /* ace count */ member
161 uint64_t z_acl_count; /* Number of ACEs */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c398 *aclcount = aclphys->z_acl_count; in zfs_acl_znode_info()
501 aclp->z_acl_count = 0; in zfs_acl_release_nodes()
823 oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count, in zfs_acl_xform()
834 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count * in zfs_acl_xform()
838 oldaclp, newaclnode->z_acldata, aclp->z_acl_count, in zfs_acl_xform()
840 newaclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_xform()
842 kmem_free(oldaclp, aclp->z_acl_count * sizeof (zfs_oldace_t)); in zfs_acl_xform()
853 aclp->z_acl_count = newaclnode->z_ace_count; in zfs_acl_xform()
1103 aclp->z_acl_count = acl_count; in zfs_acl_node_read()
1107 aclnode->z_ace_count = aclp->z_acl_count; in zfs_acl_node_read()
[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.c282 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
H A Dzfs_znode.c973 &acl_ids->z_aclp->z_acl_count, 8); in zfs_mknode()