Home
last modified time | relevance | path

Searched refs:ace_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_acl.c606 size_t ace_size; in zfs_acl_next_ace() local
611 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() local
751 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 …]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_acl.h136 size_t (*ace_size)(void *acep); /* how big is this ace */ member