Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 25 of 172) sorted by relevance

1234567

/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c66 fd = open("/dev/random", O_WRONLY); in seed_rng()
114 fd = open("/proc/sys/kernel/printk", O_WRONLY); in enable_logging()
120 fd = open("/proc/sys/debug/exception-trace", O_WRONLY); in enable_logging()
195 fd = open(success_dev, O_WRONLY); in launch_tests()
238 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in clear_leaks()
250 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in check_leaks()
/linux/tools/testing/selftests/namespaces/
H A Dfile_handle_test.c481 int uid_map_fd = open("/proc/self/uid_map", O_WRONLY); in TEST()
482 int gid_map_fd = open("/proc/self/gid_map", O_WRONLY); in TEST()
483 int setgroups_fd = open("/proc/self/setgroups", O_WRONLY); in TEST()
610 int uid_map_fd = open("/proc/self/uid_map", O_WRONLY); in TEST()
611 int gid_map_fd = open("/proc/self/gid_map", O_WRONLY); in TEST()
612 int setgroups_fd = open("/proc/self/setgroups", O_WRONLY); in TEST()
739 int uid_map_fd = open("/proc/self/uid_map", O_WRONLY); in TEST()
740 int gid_map_fd = open("/proc/self/gid_map", O_WRONLY); in TEST()
741 int setgroups_fd = open("/proc/self/setgroups", O_WRONLY); in TEST()
868 int uid_map_fd = open("/proc/self/uid_map", O_WRONLY); in TEST()
[all …]
/linux/fs/lockd/
H A Dsvcsubs.c76 return lock_is_write(lock) ? 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()
194 lock.c.flc_file = file->f_file[O_WRONLY]; in nlm_unlock_files()
291 if (file->f_file[O_WRONLY]) in nlm_close_files()
292 nlmsvc_ops->fclose(file->f_file[O_WRONLY]); in nlm_close_files()
/linux/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c59 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
71 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c944 ASSERT_EQ(0, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
947 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
975 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
981 ASSERT_EQ(0, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
987 ASSERT_EQ(0, test_open(file1_s1d3, O_WRONLY)); in TEST_F_FORK()
1031 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
1037 ASSERT_EQ(EACCES, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
1043 ASSERT_EQ(0, test_open(file1_s1d3, O_WRONLY)); in TEST_F_FORK()
1056 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
1062 ASSERT_EQ(EACCES, test_open(file1_s1d2, O_WRONLY)); in TEST_F_FORK()
[all …]
/linux/tools/testing/selftests/firmware/
H A Dfw_namespace.c39 fd = open(sys_path, O_WRONLY); in trigger_fw()
53 fd = open(fw_path, O_WRONLY | O_CREAT, 0600); in setup_fw()
/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c70 fd = open(filename, O_WRONLY); in vmaybe_write_file()
165 int fd = open(add_uid_whitelist_policy_file, O_WRONLY); in ensure_securityfs_mounted()
189 fd = open(add_uid_whitelist_policy_file, O_WRONLY); in write_uid_policies()
213 fd = open(add_gid_whitelist_policy_file, O_WRONLY); in write_gid_policies()
/linux/tools/testing/selftests/filesystems/fuse/
H A Dfusectl_test.c30 int fd = open(path, O_WRONLY); in write_file()
113 abort_fd = open(path_buf, O_WRONLY); in TEST_F()
/linux/samples/watchdog/
H A Dwatchdog-simple.c9 int fd = open("/dev/watchdog", O_WRONLY); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_sysctl.c105 .open_flags = O_WRONLY,
128 .open_flags = O_WRONLY,
624 .open_flags = O_WRONLY,
694 .open_flags = O_WRONLY,
744 .open_flags = O_WRONLY,
783 .open_flags = O_WRONLY,
852 .open_flags = O_WRONLY,
1364 .open_flags = O_WRONLY,
1509 } else if (test->open_flags == O_WRONLY) { in access_sysctl()
H A Dtest_bprm_opts.c38 null_fd = open("/dev/null", O_WRONLY); in run_set_secureexec()
/linux/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c16 fd = open(attr_path, O_WRONLY); in write_sysfs_attribute()
/linux/rust/kernel/fs/
H A Dfile.rs102 pub const O_WRONLY: u32 = bindings::O_WRONLY; constant
/linux/tools/perf/tests/
H A Dpmu.c88 file = openat(dirfd, "perf-pmu-test/type", O_WRONLY | O_CREAT, 0600); in test_pmu_get()
113 file = openat(dirfd, name, O_WRONLY | O_CREAT, 0600); in test_pmu_get()
132 file = openat(dirfd, "perf-pmu-test/events/test-event", O_WRONLY | O_CREAT, 0600); in test_pmu_get()
/linux/tools/testing/selftests/sched_ext/
H A Dutil.c38 fd = open(path, O_WRONLY | O_APPEND); in write_text()
/linux/tools/power/cpupower/utils/helpers/
H A Dmsr.c61 fd = open(msr_file_name, O_WRONLY); in write_msr()
/linux/samples/cgroup/
H A Dcgroup_event_listener.c43 event_control = open(event_control_path, O_WRONLY); in main()
/linux/fs/nfsd/
H A Dlockd.c50 access = (mode == O_WRONLY) ? NFSD_MAY_WRITE : NFSD_MAY_READ; in nlm_fopen()
/linux/arch/um/drivers/
H A Dtty.c50 mode = O_WRONLY; in tty_open()
/linux/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/linux/tools/testing/selftests/timens/
H A Dtimens.h74 fd = open("/proc/self/timens_offsets", O_WRONLY); in _settime()
H A Dfutex.c82 fd = open("/proc/self/timens_offsets", O_WRONLY); in main()
/linux/tools/include/nolibc/
H A Dstdio.h69 flags = O_WRONLY | O_CREAT | O_TRUNC; in fopen()
72 flags = O_WRONLY | O_CREAT | O_APPEND; in fopen()
79 flags = (flags & ~(O_RDONLY | O_WRONLY)) | O_RDWR; in fopen()
/linux/tools/testing/selftests/filesystems/
H A Dutils.c193 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC); in write_id_mapping()
212 fd = open(path, O_WRONLY | O_CLOEXEC); in write_id_mapping()
455 int fd = open(path, O_WRONLY); in write_file()
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h

1234567