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,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()700 aclp->z_ops->ace_size(aceptr)); in zfs_copy_ace_2_fuid()722 size_t ace_size; in zfs_copy_fuid_2_ace() local744 ace_size = sizeof (ace_object_t); in zfs_copy_fuid_2_ace()747 ace_size = sizeof (ace_t); in zfs_copy_fuid_2_ace()[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()624 aclp->z_next_ace = (caddr_t)aclp->z_next_ace + ace_size; in zfs_acl_next_ace()702 aclp->z_ops->ace_size(aceptr)); in zfs_copy_ace_2_fuid()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()766 acep = (ace_t *)((caddr_t)acep + ace_size); in zfs_copy_fuid_2_ace()1327 int ace_size; in zfs_acl_chmod() local[all …]
138 size_t (*ace_size)(void *acep); /* how big is this ace */ member