| /f-stack/freebsd/sys/ |
| H A D | stat.h | 250 #define S_IWUSR 0000200 /* W for owner */ macro 255 #define S_IWRITE S_IWUSR 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 | 669 if (mode & S_IWUSR) in acl_nfs4_sync_acl_from_mode_draft() 752 ((seen & S_IWUSR) == 0)) { in acl_nfs4_sync_mode_from_acl() 753 seen |= S_IWUSR; in acl_nfs4_sync_mode_from_acl() 755 mode |= S_IWUSR; in acl_nfs4_sync_mode_from_acl() 801 if ((seen & S_IWUSR) == 0) { in acl_nfs4_sync_mode_from_acl() 802 seen |= S_IWUSR; in acl_nfs4_sync_mode_from_acl() 804 mode |= S_IWUSR; in acl_nfs4_sync_mode_from_acl() 1144 if (mode & S_IWUSR) in acl_nfs4_compute_inherited_acl_psarc()
|
| H A D | subr_acl_posix1e.c | 375 if (mode & S_IWUSR) in acl_posix1e_mode_to_perm() 452 mode |= S_IWUSR; in acl_posix1e_perms_to_mode()
|
| H A D | sys_socket.c | 338 ub->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH; 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 | 5259 if (file_mode & S_IWUSR) 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/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 922 (!(seen & S_IWUSR))) { in zfs_mode_compute() 923 seen |= S_IWUSR; in zfs_mode_compute() 925 mode |= S_IWUSR; in zfs_mode_compute() 980 if (!(seen & S_IWUSR)) { in zfs_mode_compute() 981 seen |= S_IWUSR; in zfs_mode_compute() 983 mode |= S_IWUSR; in zfs_mode_compute() 1206 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH))) in acl_trivial_access_masks() 1232 if (mode & S_IWUSR) in acl_trivial_access_masks() 2586 needed_bits |= S_IWUSR; in zfs_zaccess() 2628 checkmode |= S_IWUSR; in zfs_zaccess() [all …]
|
| /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/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 | 922 (!(seen & S_IWUSR))) { in zfs_mode_compute() 923 seen |= S_IWUSR; in zfs_mode_compute() 925 mode |= S_IWUSR; in zfs_mode_compute() 980 if (!(seen & S_IWUSR)) { in zfs_mode_compute() 981 seen |= S_IWUSR; in zfs_mode_compute() 983 mode |= S_IWUSR; in zfs_mode_compute()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1554 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH))) in acl_trivial_access_masks() 1570 if ((mode & S_IWUSR) && (!(mode & S_IWGRP) && (mode & S_IWOTH))) in acl_trivial_access_masks() 1580 if (mode & S_IWUSR) 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/dpdk/kernel/linux/igb_uio/ |
| H A D | igb_uio.c | 78 static DEVICE_ATTR(max_vfs, S_IRUGO | S_IWUSR, show_max_vfs, store_max_vfs);
|
| /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()
|