Searched refs:ace_size (Results 1 – 2 of 2) sorted by relevance
606 size_t ace_size; in zfs_acl_next_ace() local611 ace_size = aclp->z_ops.ace_size(acep); in zfs_acl_next_ace()613 if (((caddr_t)acep + ace_size) > in zfs_acl_next_ace()622 aclp->z_next_ace = (caddr_t)aclp->z_next_ace + ace_size; in zfs_acl_next_ace()707 aclp->z_ops.ace_size(aceptr)); in zfs_copy_ace_2_fuid()729 size_t ace_size; in zfs_copy_fuid_2_ace() local751 ace_size = sizeof (ace_object_t); in zfs_copy_fuid_2_ace()754 ace_size = sizeof (ace_t); in zfs_copy_fuid_2_ace()771 acep = (ace_t *)((caddr_t)acep + ace_size); in zfs_copy_fuid_2_ace()1322 int ace_size; in zfs_acl_chmod() local[all …]
136 size_t (*ace_size)(void *acep); /* how big is this ace */ member