Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/linux-5.19.10/tools/testing/selftests/landlock/
Dfs_test.c287 ASSERT_EQ(0, test_open(dir_s1d1, O_RDONLY)); in TEST_F_FORK()
288 ASSERT_EQ(0, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK()
289 ASSERT_EQ(0, test_open(file2_s1d1, O_RDONLY)); in TEST_F_FORK()
290 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK()
291 ASSERT_EQ(0, test_open(file1_s1d2, O_RDONLY)); in TEST_F_FORK()
292 ASSERT_EQ(0, test_open(file2_s1d2, O_RDONLY)); in TEST_F_FORK()
293 ASSERT_EQ(0, test_open(dir_s1d3, O_RDONLY)); in TEST_F_FORK()
294 ASSERT_EQ(0, test_open(file1_s1d3, O_RDONLY)); in TEST_F_FORK()
296 ASSERT_EQ(0, test_open(dir_s2d1, O_RDONLY)); in TEST_F_FORK()
297 ASSERT_EQ(0, test_open(file1_s2d1, O_RDONLY)); in TEST_F_FORK()
[all …]
Dbase_test.c335 ASSERT_EQ(-1, open("/", O_RDONLY | O_DIRECTORY | O_CLOEXEC)); in TEST()
337 dir_fd = open("/tmp", O_RDONLY | O_DIRECTORY | O_CLOEXEC); in TEST()
347 dir_fd = open("/", O_RDONLY | O_DIRECTORY | O_CLOEXEC); in TEST()
350 dir_fd = open("/tmp", O_RDONLY | O_DIRECTORY | O_CLOEXEC); in TEST()
/linux-5.19.10/tools/testing/selftests/exec/
Dexecveat.c142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp()
194 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()
230 int subdir_dfd = open_or_die("subdir", O_DIRECTORY|O_RDONLY); in run_tests()
232 O_DIRECTORY|O_RDONLY); in run_tests()
233 int dot_dfd = open_or_die(".", O_DIRECTORY|O_RDONLY); in run_tests()
234 int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY); in run_tests()
235 int dot_dfd_path = open_or_die(".", O_DIRECTORY|O_RDONLY|O_PATH); in run_tests()
236 int dot_dfd_cloexec = open_or_die(".", O_DIRECTORY|O_RDONLY|O_CLOEXEC); in run_tests()
237 int fd = open_or_die("execveat", O_RDONLY); in run_tests()
238 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_sysctl.c55 .open_flags = O_RDONLY,
66 .open_flags = O_RDONLY,
77 .open_flags = O_RDONLY,
98 .open_flags = O_RDONLY,
158 .open_flags = O_RDONLY,
179 .open_flags = O_RDONLY,
206 .open_flags = O_RDONLY,
222 .open_flags = O_RDONLY,
264 .open_flags = O_RDONLY,
306 .open_flags = O_RDONLY,
[all …]
/linux-5.19.10/tools/testing/selftests/openat2/
Dopenat2_test.c57 .arg.inner.flags = O_RDONLY, in test_openat2_struct()
61 .arg.inner.flags = O_RDONLY, in test_openat2_struct()
68 .arg.inner.flags = O_RDONLY, .size = 0, .err = -EINVAL }, in test_openat2_struct()
70 .arg.inner.flags = O_RDONLY, in test_openat2_struct()
75 .arg.inner.flags = O_RDONLY, .arg.extra1 = 0xdeadbeef, in test_openat2_struct()
78 .arg.inner.flags = O_RDONLY, .arg.extra2 = 0xfeedcafe, in test_openat2_struct()
81 .arg.inner.flags = O_RDONLY, .arg.extra3 = 0xabad1dea, in test_openat2_struct()
196 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
219 .how.flags = O_RDONLY, in test_openat2_flags()
225 .how.flags = O_RDONLY, in test_openat2_flags()
[all …]
/linux-5.19.10/tools/testing/selftests/proc/
Dfd-002-posix-eq.c32 fd0 = open("/", O_DIRECTORY|O_RDONLY); in main()
36 fd1 = open(buf, O_RDONLY); in main()
40 fd2 = open(buf, O_RDONLY); in main()
Dsetns-dcache.c95 nsfd = open(buf, O_RDONLY); in main()
102 (void)open("/proc/net/unix", O_RDONLY); in main()
116 fd = open("/proc/net/unix", O_RDONLY); in main()
Dsetns-sysvipc.c94 nsfd = open(buf, O_RDONLY); in main()
101 (void)open("/proc/sysvipc/shm", O_RDONLY); in main()
115 fd = open("/proc/sysvipc/shm", O_RDONLY); in main()
Dproc-pid-vm.c207 fd1 = open(buf, O_RDONLY|O_CLOEXEC); in make_exe()
271 if (open("/", O_RDONLY|O_DIRECTORY|O_PATH) != 0) { in main()
323 fd = open(buf, O_RDONLY); in main()
342 fd = open(buf, O_RDONLY); in main()
398 fd = open(buf, O_RDONLY); in main()
434 fd = open(buf, O_RDONLY); in main()
Dfd-003-kthread.c48 dir_fd = open(buf, O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
56 fd = openat(dir_fd, "stat", O_RDONLY); in kernel_thread_fd()
90 fd = openat(dir_fd, "fd", O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
/linux-5.19.10/fs/lockd/
Dsvcsubs.c76 return (lock->fl_type == F_WRLCK) ? O_WRONLY : O_RDONLY; in lock_to_openmode()
169 if (file->f_file[O_RDONLY]) in nlm_delete_file()
170 nlmsvc_ops->fclose(file->f_file[O_RDONLY]); in nlm_delete_file()
188 if (file->f_file[O_RDONLY] && in nlm_unlock_files()
189 vfs_lock_file(file->f_file[O_RDONLY], F_SETLK, &lock, NULL)) in nlm_unlock_files()
286 if (file->f_file[O_RDONLY]) in nlm_close_files()
287 nlmsvc_ops->fclose(file->f_file[O_RDONLY]); in nlm_close_files()
/linux-5.19.10/tools/testing/selftests/efivarfs/
Dopen-unlink.c20 fd = open(path, O_RDONLY); in set_immutable()
51 fd = open(path, O_RDONLY); in get_immutable()
115 fd = open(path, O_RDONLY); in main()
/linux-5.19.10/samples/timers/
Dhpet_example.c89 fd = open(argv[0], O_RDONLY); in hpet_open_close()
109 fd = open(argv[0], O_RDONLY); in hpet_info()
149 fd = open(argv[0], O_RDONLY); in hpet_poll()
243 fd = open(argv[0], O_RDONLY); in hpet_fasync()
/linux-5.19.10/tools/testing/selftests/vm/
Dmadv_populate.c145 int fd = open("/proc/self/pagemap", O_RDONLY); in range_is_populated()
159 int fd = open("/proc/self/pagemap", O_RDONLY); in range_is_not_populated()
217 int fd = open("/proc/self/pagemap", O_RDONLY); in range_is_softdirty()
231 int fd = open("/proc/self/pagemap", O_RDONLY); in range_is_not_softdirty()
Dhugepage-vmemmap.c59 fd = open("/proc/self/pagemap", O_RDONLY); in virt_to_pfn()
75 fd = open("/proc/kpageflags", O_RDONLY); in check_page_flags()
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dd_path.c46 procfd = open("/proc/self/comm", O_RDONLY); in trigger_fstat_events()
49 devfd = open("/dev/urandom", O_RDONLY); in trigger_fstat_events()
52 localfd = open("/tmp/d_path_loadgen.txt", O_CREAT | O_RDONLY, 0644); in trigger_fstat_events()
/linux-5.19.10/tools/perf/util/
Dzlib.c32 input_fd = open(input, O_RDONLY); in gzip_decompress_to_file()
85 int fd = open(input, O_RDONLY); in gzip_is_compressed()
/linux-5.19.10/samples/pidfd/
Dpidfd-metadata.c58 procfd = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in pidfd_metadata_fd()
105 statusfd = openat(procfd, "status", O_RDONLY | O_CLOEXEC); in main()
/linux-5.19.10/tools/laptop/freefall/
Dfreefall.c42 int fd = open(unload_heads_path, O_RDONLY); in valid_disk()
125 fd = open("/dev/freefall", O_RDONLY); in main()
/linux-5.19.10/tools/testing/selftests/timers/
Dclocksource-switch.c47 fd = open("/sys/devices/system/clocksource/clocksource0/available_clocksource", O_RDONLY); in get_clocksources()
79 fd = open("/sys/devices/system/clocksource/clocksource0/current_clocksource", O_RDONLY); in get_cur_clocksource()
Drtcpie.c42 fd = open(default_rtc, O_RDONLY); in main()
54 fd = open(rtc, O_RDONLY); in main()
/linux-5.19.10/tools/testing/selftests/powerpc/
Dutils.c34 fd = open("/proc/self/auxv", O_RDONLY); in read_auxv()
149 if ((fd = open(path, O_RDONLY)) < 0) in read_sysfs_file()
171 if ((fd = open(path, O_RDONLY)) < 0) in read_debugfs_file()
/linux-5.19.10/tools/bpf/bpftool/
Dcgroup.c195 cgroup_fd = open(path, O_RDONLY); in do_show()
254 cgroup_fd = open(fpath, O_RDONLY); in do_show_tree_fn()
395 cgroup_fd = open(argv[0], O_RDONLY); in do_attach()
453 cgroup_fd = open(argv[0], O_RDONLY); in do_detach()
/linux-5.19.10/kernel/power/
Duser.c71 if ((filp->f_flags & O_ACCMODE) == O_RDONLY) { in snapshot_open()
74 data->mode = O_RDONLY; in snapshot_open()
123 pm_notifier_call_chain(data->mode == O_RDONLY ? in snapshot_release()
302 if (data->mode != O_RDONLY || !data->frozen || data->ready) { in snapshot_ioctl()
/linux-5.19.10/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c91 fd = open(device_path, O_RDONLY | O_CLOEXEC); in __do_binderfs_test()
114 fd = open(device_path, O_CLOEXEC | O_RDONLY); in __do_binderfs_test()
161 fd = open(device_path, O_CLOEXEC | O_RDONLY); in __do_binderfs_test()
424 fd = open(device_path, O_RDONLY | O_CLOEXEC); in TEST()
441 fds[i] = open(device_path, O_RDONLY | O_CLOEXEC); in TEST()

12345678910>>...15