Searched refs:S_IXUSR (Results 1 – 17 of 17) 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()673 if (mode & S_IXUSR) in acl_nfs4_sync_acl_from_mode_draft()758 ((seen & S_IXUSR) == 0)) { in acl_nfs4_sync_mode_from_acl()759 seen |= S_IXUSR; in acl_nfs4_sync_mode_from_acl()761 mode |= S_IXUSR; in acl_nfs4_sync_mode_from_acl()818 if ((seen & S_IXUSR) == 0) { in acl_nfs4_sync_mode_from_acl()819 seen |= S_IXUSR; in acl_nfs4_sync_mode_from_acl()821 mode |= S_IXUSR; in acl_nfs4_sync_mode_from_acl()1146 if (mode & S_IXUSR) in acl_nfs4_compute_inherited_acl_psarc()
100 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_posix1e()371 if (mode & S_IXUSR) in acl_posix1e_mode_to_perm()448 mode |= S_IXUSR; in acl_posix1e_perms_to_mode()
1769 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 || in exec_check_permissions()
5185 if (file_mode & S_IXUSR) in vaccess_vexec_smr()5255 if (file_mode & S_IXUSR) in vaccess()5317 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess()
929 (!(seen & S_IXUSR))) { in zfs_mode_compute()930 seen |= S_IXUSR; in zfs_mode_compute()932 mode |= S_IXUSR; in zfs_mode_compute()1000 if (!(seen & S_IXUSR)) { in zfs_mode_compute()1001 seen |= S_IXUSR; in zfs_mode_compute()1003 mode |= S_IXUSR; in zfs_mode_compute()1234 if (mode & S_IXUSR) in acl_trivial_access_masks()2484 if (zdp->z_mode & S_IXUSR) { in zfs_fastaccesschk_execute()2588 needed_bits |= S_IXUSR; in zfs_zaccess()2630 checkmode |= S_IXUSR; in zfs_zaccess()[all …]
251 #define S_IXUSR 0000100 /* X for owner */ macro256 #define S_IEXEC S_IXUSR
185 #define ngx_is_exec(sb) (((sb)->st_mode & S_IXUSR) == S_IXUSR)
616 if ((zp->z_mode & (S_IXUSR | (S_IXUSR >> 3) | in zfs_write()617 (S_IXUSR >> 6))) != 0 && in zfs_write()
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)929 (!(seen & S_IXUSR))) { in zfs_mode_compute()930 seen |= S_IXUSR; in zfs_mode_compute()932 mode |= S_IXUSR; in zfs_mode_compute()1000 if (!(seen & S_IXUSR)) { in zfs_mode_compute()1001 seen |= S_IXUSR; in zfs_mode_compute()1003 mode |= S_IXUSR; 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()
640 if ((fi.st_mode & (S_IRUSR|S_IWUSR|S_IXUSR)) in ngx_create_paths()641 != (S_IRUSR|S_IWUSR|S_IXUSR)) in ngx_create_paths()643 fi.st_mode |= (S_IRUSR|S_IWUSR|S_IXUSR); in ngx_create_paths()
1556 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()1572 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()1582 if (mode & S_IXUSR) in acl_trivial_access_masks()
401 if (!(st.st_mode & S_IXUSR)) { in zed_conf_scan_dir()
1164 mode_t old_umask = umask(S_IXUSR|S_IRWXG|S_IRWXO); in linenoiseHistorySave()
5234 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()