| /linux-5.15/tools/testing/selftests/wireguard/qemu/ |
| A D | init.c | 72 fd = open("/dev/urandom", O_WRONLY); in seed_rng() 113 fd = open("/proc/sys/kernel/printk", O_WRONLY); in enable_logging() 119 fd = open("/proc/sys/debug/exception-trace", O_WRONLY); in enable_logging() 125 fd = open("/proc/sys/kernel/panic_on_warn", O_WRONLY); in enable_logging() 200 fd = open(success_dev, O_WRONLY); in launch_tests() 243 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in clear_leaks() 255 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in check_leaks()
|
| /linux-5.15/tools/testing/selftests/landlock/ |
| A D | fs_test.c | 642 ASSERT_EQ(0, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK() 645 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK() 673 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK() 679 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK() 685 ASSERT_EQ(0, test_open(file1_s1d3, O_WRONLY)); in TEST_F_FORK() 841 ASSERT_EQ(0, test_open(file2_s1d3, O_WRONLY)); in TEST_F_FORK() 852 ASSERT_EQ(0, test_open(file2_s1d3, O_WRONLY)); in TEST_F_FORK() 863 ASSERT_EQ(0, test_open(file2_s1d3, O_WRONLY)); in TEST_F_FORK() 877 ASSERT_EQ(EACCES, test_open(file1_s1d3, O_WRONLY)); in TEST_F_FORK() 879 ASSERT_EQ(EACCES, test_open(file2_s1d3, O_WRONLY)); in TEST_F_FORK() [all …]
|
| /linux-5.15/tools/testing/selftests/tmpfs/ |
| A D | bug-link-o-tmpfile.c | 49 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main() 60 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
|
| /linux-5.15/tools/testing/selftests/safesetid/ |
| A D | safesetid-test.c | 58 fd = open(filename, O_WRONLY); in vmaybe_write_file() 125 int fd = open(add_whitelist_policy_file, O_WRONLY); in ensure_securityfs_mounted() 153 fd = open(add_whitelist_policy_file, O_WRONLY); in write_policies()
|
| /linux-5.15/tools/testing/selftests/firmware/ |
| A D | fw_namespace.c | 43 fd = open(sys_path, O_WRONLY); in trigger_fw() 57 fd = open(fw_path, O_WRONLY | O_CREAT, 0600); in setup_fw()
|
| /linux-5.15/samples/watchdog/ |
| A D | watchdog-simple.c | 9 int fd = open("/dev/watchdog", O_WRONLY); in main()
|
| /linux-5.15/tools/testing/selftests/bpf/ |
| A D | test_sysctl.c | 119 .open_flags = O_WRONLY, 142 .open_flags = O_WRONLY, 638 .open_flags = O_WRONLY, 708 .open_flags = O_WRONLY, 758 .open_flags = O_WRONLY, 797 .open_flags = O_WRONLY, 866 .open_flags = O_WRONLY, 1378 .open_flags = O_WRONLY, 1529 } else if (test->open_flags == O_WRONLY) { in access_sysctl()
|
| A D | cgroup_helpers.c | 160 fd = open(cgroup_procs_path, O_WRONLY); in join_cgroup_from_top() 387 fd = open(cgroup_classid_path, O_WRONLY); in set_classid()
|
| /linux-5.15/tools/usb/usbip/libsrc/ |
| A D | sysfs_utils.c | 16 fd = open(attr_path, O_WRONLY); in write_sysfs_attribute()
|
| /linux-5.15/fs/lockd/ |
| H A D | svcsubs.c | 76 return (lock->fl_type == F_WRLCK) ? O_WRONLY : O_RDONLY; in lock_to_openmode() 171 if (file->f_file[O_WRONLY]) in nlm_delete_file() 172 nlmsvc_ops->fclose(file->f_file[O_WRONLY]); in nlm_delete_file()
|
| /linux-5.15/k_shared/ |
| A D | hello.c | 38 mark_fd = open(files[i], O_WRONLY); in setup_ftrace_marker()
|
| /linux-5.15/tools/power/cpupower/utils/helpers/ |
| H A D | msr.c | 61 fd = open(msr_file_name, O_WRONLY); in write_msr()
|
| /linux-5.15/tools/cgroup/ |
| H A D | cgroup_event_listener.c | 43 event_control = open(event_control_path, O_WRONLY); in main()
|
| /linux-5.15/fs/nfsd/ |
| H A D | lockd.c | 41 access = (mode == O_WRONLY) ? NFSD_MAY_WRITE : NFSD_MAY_READ; in nlm_fopen()
|
| /linux-5.15/tools/testing/selftests/timens/ |
| A D | timens.h | 74 fd = open("/proc/self/timens_offsets", O_WRONLY); in _settime()
|
| A D | futex.c | 80 fd = open("/proc/self/timens_offsets", O_WRONLY); in main()
|
| /linux-5.15/include/linux/ |
| H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /linux-5.15/arch/um/drivers/ |
| H A D | tty.c | 50 mode = O_WRONLY; in tty_open()
|
| /linux-5.15/kernel/bpf/preload/iterators/ |
| A D | iterators.c | 45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
|
| /linux-5.15/tools/testing/selftests/bpf/prog_tests/ |
| A D | test_bprm_opts.c | 46 null_fd = open("/dev/null", O_WRONLY); in run_set_secureexec()
|
| /linux-5.15/tools/testing/selftests/vm/ |
| A D | split_huge_page_test.c | 83 fd = open(path, O_WRONLY); in write_file() 337 fd = open(testfile, O_CREAT|O_WRONLY); in split_file_backed_thp()
|
| /linux-5.15/tools/include/uapi/asm-generic/ |
| A D | fcntl.h | 20 #define O_WRONLY 00000001 macro
|
| /linux-5.15/include/uapi/asm-generic/ |
| A D | fcntl.h | 21 #define O_WRONLY 00000001 macro
|
| /linux-5.15/tools/testing/selftests/efivarfs/ |
| A D | open-unlink.c | 89 fd = open(path, O_WRONLY | O_CREAT, 0600); in main()
|
| /linux-5.15/fs/ceph/ |
| A D | util.c | 65 case O_WRONLY: in ceph_flags_to_mode()
|