Searched refs:S_IXGRP (Results 1 – 12 of 12) sorted by relevance
239 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) in vaccess_acl_nfs4()267 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_nfs4()686 if (mode & S_IXGRP) in acl_nfs4_sync_acl_from_mode_draft()777 ((seen & S_IXGRP) == 0)) { in acl_nfs4_sync_mode_from_acl()778 seen |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()780 mode |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()823 if ((seen & S_IXGRP) == 0) { in acl_nfs4_sync_mode_from_acl()824 seen |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()826 mode |= S_IXGRP; in acl_nfs4_sync_mode_from_acl()1117 if ((mode & S_IXGRP) == 0) in acl_nfs4_inherit_entries()[all …]
100 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_posix1e()380 if (mode & S_IXGRP) in acl_posix1e_mode_to_perm()454 mode |= S_IXGRP; in acl_posix1e_perms_to_mode()
1769 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 || in exec_check_permissions()
5192 if (file_mode & S_IXGRP) in vaccess_vexec_smr()5270 if (file_mode & S_IXGRP) in vaccess()5317 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess()
95 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)952 (!(seen & S_IXGRP))) { in zfs_mode_compute()953 seen |= S_IXGRP; in zfs_mode_compute()955 mode |= S_IXGRP; in zfs_mode_compute()1006 if (!(seen & S_IXGRP)) { in zfs_mode_compute()1007 seen |= S_IXGRP; in zfs_mode_compute()1009 mode |= S_IXGRP; in zfs_mode_compute()1208 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()1216 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()1243 if (mode & S_IXGRP) in acl_trivial_access_masks()[all …]
691 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)); in mac_veriexec_syscall()693 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0), td); in mac_veriexec_syscall()
97 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)952 (!(seen & S_IXGRP))) { in zfs_mode_compute()953 seen |= S_IXGRP; in zfs_mode_compute()955 mode |= S_IXGRP; in zfs_mode_compute()1006 if (!(seen & S_IXGRP)) { in zfs_mode_compute()1007 seen |= S_IXGRP; in zfs_mode_compute()1009 mode |= S_IXGRP; in zfs_mode_compute()1536 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) { in zfs_acl_inherit()
92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
4537 (zp->z_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) { in zfs_freebsd_access()
455 const mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_write_pid()559 mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_open_state()
262 #define S_IXGRP 0000010 /* X for group */ macro
1556 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()1564 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()1572 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()1591 if (mode & S_IXGRP) in acl_trivial_access_masks()