Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/sys/
H A Dstat.h250 #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 Dsubr_acl_nfs4.c669 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 Dsubr_acl_posix1e.c375 if (mode & S_IWUSR) in acl_posix1e_mode_to_perm()
452 mode |= S_IWUSR; in acl_posix1e_perms_to_mode()
H A Dsys_socket.c338 ub->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH; in soo_stat()
H A Dtty.c1371 mode = S_IRUSR|S_IWUSR; in tty_makedevf()
1376 mode = S_IRUSR|S_IWUSR|S_IWGRP; in tty_makedevf()
H A Dkern_sig.c3515 cmode = S_IRUSR | S_IWUSR; in corefile_open_last()
3695 cmode = S_IRUSR | S_IWUSR; in corefile_open()
H A Dvfs_subr.c5259 if (file_mode & S_IWUSR) in vaccess()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmap_libaio/
H A Dmmap_libaio.c64 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 Drandfree_file.c63 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 Dlargest_file.c66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c922 (!(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 Dmkbusy.c157 mode_t mode = S_IRUSR | S_IWUSR; in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c45 #define FILE_MODE (S_ISVTX + S_IRUSR + S_IWUSR)
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c456 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 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()
H A Dngx_cycle.c1231 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 Dngx_connection.c690 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 Dzfs_acl.c922 (!(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 Dacl_common.c1554 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 Dpci_uio.c109 ret = mknod(filename, S_IFCHR | S_IRUSR | S_IWUSR, dev); in pci_mknod_uio_dev()
/f-stack/dpdk/kernel/linux/igb_uio/
H A Digb_uio.c78 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 Dpam_zfs_key.c552 S_IRUSR | S_IWUSR); in zfs_key_config_modify_session_counter()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c1171 chmod(filename,S_IRUSR|S_IWUSR); in linenoiseHistorySave()