Home
last modified time | relevance | path

Searched refs:ACE_EVERYONE (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dacl.h75 #define ACE_EVERYONE 0x4000 macro
103 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE|ACE_IDENTIFIER_GROUP)
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h115 #define ACE_EVERYONE 0x4000 macro
186 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h111 #define ACE_EVERYONE 0x4000 macro
186 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c137 else if (ace->a_flags & ACE_EVERYONE) in acl_from_aces()
197 ace->a_flags = ACE_EVERYONE; in aces_from_acl()
H A Dacl_common.c115 ACE_IDENTIFIER_GROUP | ACE_OWNER | ACE_GROUP | ACE_EVERYONE)
617 acep->a_flags |= ACE_EVERYONE; in ln_aent_to_ace()
1323 } else if ((acep->a_flags & ACE_EVERYONE)) { in ln_ace_to_aent()
1642 ACE_EVERYONE); in acl_trivial_create()
1670 case ACE_EVERYONE: in ace_trivial_common()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c216 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who()
247 entry_type == ACE_EVERYONE) in zfs_ace_fuid_set_who()
270 entry_type == ACE_EVERYONE) in zfs_ace_fuid_size()
669 entry_type != ACE_EVERYONE) { in zfs_copy_ace_2_fuid()
756 entry_type != ACE_EVERYONE)) { in zfs_copy_fuid_2_ace()
876 type != ACE_EVERYONE)) in zfs_set_ace()
958 } else if (entry_type == ACE_EVERYONE) { in zfs_mode_compute()
1279 case ACE_EVERYONE: in ace_trivial_common()
1539 entry_type == ACE_EVERYONE)) { in zfs_acl_chmod()
1694 ((iflags & (ACE_OWNER|ACE_EVERYONE)) || in zfs_acl_inherit()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c216 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who()
247 entry_type == ACE_EVERYONE) in zfs_ace_fuid_set_who()
270 entry_type == ACE_EVERYONE) in zfs_ace_fuid_size()
525 entry_type == ACE_EVERYONE || entry_type == 0 || in zfs_acl_valid_ace_type()
669 entry_type != ACE_EVERYONE) { in zfs_copy_ace_2_fuid()
756 entry_type != ACE_EVERYONE)) { in zfs_copy_fuid_2_ace()
876 type != ACE_EVERYONE)) in zfs_set_ace()
958 } else if (entry_type == ACE_EVERYONE) { in zfs_mode_compute()
1372 entry_type == ACE_EVERYONE)) { in zfs_acl_chmod()
1526 ((iflags & (ACE_OWNER|ACE_EVERYONE)) || in zfs_acl_inherit()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c106 case ACE_EVERYONE: in zfs_ace_byteswap()
H A Dzfs_ioctl.c5982 {(uid_t)-1, ACE_ALL_PERMS, ACE_EVERYONE, 0}