Home
last modified time | relevance | path

Searched refs:ACE_OWNER (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dacl.h73 #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 Dacl.h113 #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 Dacl.h109 #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 Dspl_acl.c130 if (ace->a_flags & ACE_OWNER) in acl_from_aces()
188 ace->a_flags = ACE_OWNER; in aces_from_acl()
H A Dacl_common.c113 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 Dopensolaris_acl.c129 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 Dzfs_acl.c215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who()
268 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size()
521 return (entry_type == ACE_OWNER || in zfs_acl_valid_ace_type()
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()
1556 if (split && (entry_type == ACE_OWNER || in zfs_acl_chmod()
1713 ((iflags & (ACE_OWNER|ACE_EVERYONE)) || in zfs_acl_inherit()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c215 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()
1374 if (split && (entry_type == ACE_OWNER || in zfs_acl_chmod()
1530 ((iflags & (ACE_OWNER|ACE_EVERYONE)) || in zfs_acl_inherit()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c103 case ACE_OWNER: in zfs_ace_byteswap()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c465 if (ace->a_flags & ACE_OWNER) { in acl_match()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c414 aces[0].z_flags = ACE_OWNER; in fs_populate_sattrs()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1775 #define ACE_OWNER 0x1000 macro
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2939 ACE_OWNER, ACE_ACCESS_ALLOWED_ACE_TYPE }, in setTestAcl()