Searched refs:ace_size (Results 1 – 3 of 3) sorted by relevance
183 .ace_size = zfs_ace_v0_size,319 .ace_size = zfs_ace_fuid_size,608 size_t ace_size; in zfs_acl_next_ace() local613 ace_size = aclp->z_ops->ace_size(acep); in zfs_acl_next_ace()724 size_t ace_size; in zfs_copy_fuid_2_ace() local749 ace_size = sizeof (ace_t); in zfs_copy_fuid_2_ace()1493 int ace_size; in zfs_acl_chmod() local1584 ace_size = aclp->z_ops->ace_size(acep); in zfs_acl_chmod()1587 new_bytes += ace_size; in zfs_acl_chmod()1658 size_t ace_size; in zfs_acl_inherit() local[all …]
608 size_t ace_size; in zfs_acl_next_ace() local613 ace_size = aclp->z_ops->ace_size(acep); in zfs_acl_next_ace()615 if (((caddr_t)acep + ace_size) > in zfs_acl_next_ace()724 size_t ace_size; in zfs_copy_fuid_2_ace() local746 ace_size = sizeof (ace_object_t); in zfs_copy_fuid_2_ace()749 ace_size = sizeof (ace_t); in zfs_copy_fuid_2_ace()1323 int ace_size; in zfs_acl_chmod() local1416 ace_size = aclp->z_ops->ace_size(acep); in zfs_acl_chmod()1419 new_bytes += ace_size; in zfs_acl_chmod()1490 size_t ace_size; in zfs_acl_inherit() local[all …]
138 size_t (*ace_size)(void *acep); /* how big is this ace */ member