Searched refs:ACE_OWNER (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | acl.h | 73 #define ACE_OWNER 0x1000 macro 103 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE|ACE_IDENTIFIER_GROUP)
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | acl.h | 113 #define ACE_OWNER 0x1000 macro 186 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | acl.h | 109 #define ACE_OWNER 0x1000 macro 186 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_acl.c | 130 if (ace->a_flags & ACE_OWNER) in acl_from_aces() 188 ace->a_flags = ACE_OWNER; in aces_from_acl()
|
H A D | acl_common.c | 113 ACE_IDENTIFIER_GROUP | ACE_OWNER | ACE_GROUP | ACE_EVERYONE) 569 acep->a_flags |= ACE_OWNER; in ln_aent_to_ace() 928 if ((acep->a_flags & ACE_OWNER)) { in ace_to_aent_legal() 1313 if ((acep->a_flags & ACE_OWNER)) { in ln_ace_to_aent() 1625 ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_OWNER); in acl_trivial_create() 1629 ACE_ACCESS_DENIED_ACE_TYPE, ACE_OWNER); in acl_trivial_create() 1637 ACE_OWNER); in acl_trivial_create() 1667 case ACE_OWNER: in ace_trivial_common() 1701 (!(flags & ACE_OWNER) && (mask & in ace_trivial_common()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_acl.c | 129 if (ace->a_flags & ACE_OWNER) in acl_from_aces() 187 ace->a_flags = ACE_OWNER; in aces_from_acl()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 268 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() 521 return (entry_type == ACE_OWNER || in zfs_acl_valid_ace_type() 666 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid() 752 if ((entry_type != ACE_OWNER && in zfs_copy_fuid_2_ace() 893 if ((type != ACE_OWNER && type != OWNING_GROUP && in zfs_set_ace() 930 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute() 1296 case ACE_OWNER: in ace_trivial_common() 1336 (!(flags & ACE_OWNER) && (mask & in ace_trivial_common() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 268 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() 523 return (entry_type == ACE_OWNER || in zfs_acl_valid_ace_type() 668 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid() 754 if ((entry_type != ACE_OWNER && in zfs_copy_fuid_2_ace() 875 if ((type != ACE_OWNER && type != OWNING_GROUP && in zfs_set_ace() 912 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute() 1347 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod() 1353 zfs_set_ace(aclp, zacep, masks.deny1, DENY, -1, ACE_OWNER); in zfs_acl_chmod() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_byteswap.c | 103 case ACE_OWNER: in zfs_ace_byteswap()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_acl_platform_nfs4.c | 465 if (ace->a_flags & ACE_OWNER) { in acl_match()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | fs.c | 429 aces[0].z_flags = ACE_OWNER; in fs_populate_sattrs()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1775 #define ACE_OWNER 0x1000 macro
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 2953 ACE_OWNER, ACE_ACCESS_ALLOWED_ACE_TYPE }, in setTestAcl()
|