| /f-stack/freebsd/sys/ |
| H A D | stat.h | 249 #define S_IRUSR 0000400 /* R for owner */ macro 254 #define S_IREAD S_IRUSR 302 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 665 if (mode & S_IRUSR) in acl_nfs4_sync_acl_from_mode_draft() 746 ((seen & S_IRUSR) == 0)) { in acl_nfs4_sync_mode_from_acl() 747 seen |= S_IRUSR; in acl_nfs4_sync_mode_from_acl() 749 mode |= S_IRUSR; in acl_nfs4_sync_mode_from_acl() 784 if ((seen & S_IRUSR) == 0) { in acl_nfs4_sync_mode_from_acl() 785 seen |= S_IRUSR; in acl_nfs4_sync_mode_from_acl() 787 mode |= S_IRUSR; in acl_nfs4_sync_mode_from_acl() 1142 if (mode & S_IRUSR) in acl_nfs4_compute_inherited_acl_psarc()
|
| H A D | subr_acl_posix1e.c | 373 if (mode & S_IRUSR) in acl_posix1e_mode_to_perm() 450 mode |= S_IRUSR; in acl_posix1e_perms_to_mode()
|
| H A D | sys_socket.c | 331 ub->st_mode |= S_IRUSR | S_IRGRP | S_IROTH; in soo_stat()
|
| H A D | tty.c | 1371 mode = S_IRUSR|S_IWUSR; in tty_makedevf() 1376 mode = S_IRUSR|S_IWUSR|S_IWGRP; in tty_makedevf()
|
| H A D | kern_sig.c | 3515 cmode = S_IRUSR | S_IWUSR; in corefile_open_last() 3695 cmode = S_IRUSR | S_IWUSR; in corefile_open()
|
| H A D | vfs_subr.c | 5257 if (file_mode & S_IRUSR) in vaccess()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmap_libaio/ |
| H A D | mmap_libaio.c | 64 rwfd = open(argv[1], O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/ |
| H A D | randfree_file.c | 63 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/largest_file/ |
| H A D | largest_file.c | 66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/ |
| H A D | mkbusy.c | 157 mode_t mode = S_IRUSR | S_IWUSR; in main()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 915 (!(seen & S_IRUSR))) { in zfs_mode_compute() 916 seen |= S_IRUSR; in zfs_mode_compute() 918 mode |= S_IRUSR; in zfs_mode_compute() 960 if (!(seen & S_IRUSR)) { in zfs_mode_compute() 961 seen |= S_IRUSR; in zfs_mode_compute() 963 mode |= S_IRUSR; in zfs_mode_compute() 1204 if (!(mode & S_IRUSR) && (mode & (S_IRGRP|S_IROTH))) in acl_trivial_access_masks() 1220 if ((mode & S_IRUSR) && (!(mode & S_IRGRP) && (mode & S_IROTH))) in acl_trivial_access_masks() 1230 if (mode & S_IRUSR) in acl_trivial_access_masks() 2583 needed_bits |= S_IRUSR; in zfs_zaccess() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/ |
| H A D | mkfile.c | 45 #define FILE_MODE (S_ISVTX + S_IRUSR + S_IWUSR)
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_conf.c | 456 const mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in zed_conf_write_pid() 599 (O_RDWR | O_CREAT), (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in zed_conf_open_state()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_file.c | 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()
|
| H A D | ngx_cycle.c | 1231 if ((fi.st_mode & (S_IRUSR|S_IWUSR)) != (S_IRUSR|S_IWUSR)) { in ngx_reopen_files() 1233 fi.st_mode |= (S_IRUSR|S_IWUSR); in ngx_reopen_files()
|
| H A D | ngx_connection.c | 690 mode = (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in ngx_open_listening_sockets()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 915 (!(seen & S_IRUSR))) { in zfs_mode_compute() 916 seen |= S_IRUSR; in zfs_mode_compute() 918 mode |= S_IRUSR; in zfs_mode_compute() 960 if (!(seen & S_IRUSR)) { in zfs_mode_compute() 961 seen |= S_IRUSR; in zfs_mode_compute() 963 mode |= S_IRUSR; in zfs_mode_compute()
|
| H A D | zfs_ctldir.c | 92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1552 if (!(mode & S_IRUSR) && (mode & (S_IRGRP|S_IROTH))) in acl_trivial_access_masks() 1568 if ((mode & S_IRUSR) && (!(mode & S_IRGRP) && (mode & S_IROTH))) in acl_trivial_access_masks() 1578 if (mode & S_IRUSR) in acl_trivial_access_masks()
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci_uio.c | 109 ret = mknod(filename, S_IFCHR | S_IRUSR | S_IWUSR, dev); in pci_mknod_uio_dev()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/ |
| H A D | pam_zfs_key.c | 552 S_IRUSR | S_IWUSR); in zfs_key_config_modify_session_counter()
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 1171 chmod(filename,S_IRUSR|S_IWUSR); in linenoiseHistorySave()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 1901 os.chmod(output.name, stat.S_IRUSR)
|