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 | 74 #define ACE_OWNER 0x1000 macro 104 #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 | 114 #define ACE_OWNER 0x1000 macro 187 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_acl.c | 131 if (ace->a_flags & ACE_OWNER) in acl_from_aces() 189 ace->a_flags = ACE_OWNER; in aces_from_acl()
|
| H A D | acl_common.c | 114 ACE_IDENTIFIER_GROUP | ACE_OWNER | ACE_GROUP | ACE_EVERYONE) 570 acep->a_flags |= ACE_OWNER; in ln_aent_to_ace() 929 if ((acep->a_flags & ACE_OWNER)) { in ace_to_aent_legal() 1306 if ((acep->a_flags & ACE_OWNER)) { in ln_ace_to_aent() 1618 ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_OWNER); in acl_trivial_create() 1622 ACE_ACCESS_DENIED_ACE_TYPE, ACE_OWNER); in acl_trivial_create() 1630 ACE_OWNER); in acl_trivial_create() 1660 case ACE_OWNER: in ace_trivial_common() 1694 (!(flags & ACE_OWNER) && (mask & in ace_trivial_common()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 110 #define ACE_OWNER 0x1000 macro 183 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
|
| /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 | 216 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 247 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 269 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() 522 return (entry_type == ACE_OWNER || in zfs_acl_valid_ace_type() 667 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid() 753 if ((entry_type != ACE_OWNER && in zfs_copy_fuid_2_ace() 894 if ((type != ACE_OWNER && type != OWNING_GROUP && in zfs_set_ace() 931 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute() 1297 case ACE_OWNER: in ace_trivial_common() 1337 (!(flags & ACE_OWNER) && (mask & in ace_trivial_common() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 216 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 247 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 269 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() 524 return (entry_type == ACE_OWNER || in zfs_acl_valid_ace_type() 669 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid() 755 if ((entry_type != ACE_OWNER && in zfs_copy_fuid_2_ace() 876 if ((type != ACE_OWNER && type != OWNING_GROUP && in zfs_set_ace() 913 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute() 1349 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod() 1355 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 | 104 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 | 442 aces[0].z_flags = ACE_OWNER; in fs_populate_sattrs()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1770 #define ACE_OWNER 0x1000 macro
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 2910 ACE_OWNER, ACE_ACCESS_ALLOWED_ACE_TYPE }, in setTestAcl()
|