Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c239 (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()
H A Dsubr_acl_posix1e.c100 (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()
H A Dkern_exec.c1769 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 || in exec_check_permissions()
H A Dvfs_subr.c5185 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()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c929 (!(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 …]
/f-stack/freebsd/sys/
H A Dstat.h251 #define S_IXUSR 0000100 /* X for owner */ macro
256 #define S_IEXEC S_IXUSR
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h185 #define ngx_is_exec(sb) (((sb)->st_mode & S_IXUSR) == S_IXUSR)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c616 if ((zp->z_mode & (S_IXUSR | (S_IXUSR >> 3) | in zfs_write()
617 (S_IXUSR >> 6))) != 0 && in zfs_write()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c691 ((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()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c97 #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()
H A Dzfs_ctldir.c92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
H A Dzfs_vnops_os.c4537 (zp->z_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) { in zfs_freebsd_access()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c640 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()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1556 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()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c401 if (!(st.st_mode & S_IXUSR)) { in zed_conf_scan_dir()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c1164 mode_t old_umask = umask(S_IXUSR|S_IRWXG|S_IRWXO); in linenoiseHistorySave()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5234 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()