Home
last modified time | relevance | path

Searched refs:O_DIRECTORY (Results 1 – 25 of 50) sorted by relevance

12

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h53 #ifndef O_DIRECTORY
54 #define O_DIRECTORY 00200000 /* must be a directory */ macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h53 #ifndef O_DIRECTORY
54 #define O_DIRECTORY 00200000 /* must be a directory */ macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/linux-5.19.10/tools/testing/selftests/landlock/
Dbase_test.c182 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST()
205 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST()
294 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST()
335 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()
Dfs_test.c322 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
325 ruleset_fd = open(dir_s1d1, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
333 ruleset_fd = open(dir_s1d1, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
350 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
364 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
449 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
754 ASSERT_EQ(EACCES, test_open(dir_s1d1, O_RDONLY | O_DIRECTORY)); in TEST_F_FORK()
760 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY | O_DIRECTORY)); in TEST_F_FORK()
766 ASSERT_EQ(0, test_open(dir_s1d3, O_RDONLY | O_DIRECTORY)); in TEST_F_FORK()
810 ASSERT_EQ(EACCES, test_open(dir_s1d1, O_RDONLY | O_DIRECTORY)); in TEST_F_FORK()
[all …]
/linux-5.19.10/fs/ceph/
Dutil.c59 #ifdef O_DIRECTORY /* fixme */ in ceph_flags_to_mode()
60 if ((flags & O_DIRECTORY) == O_DIRECTORY) in ceph_flags_to_mode()
/linux-5.19.10/tools/perf/tests/
Dopenat-syscall-tp-fields.c18 #ifndef O_DIRECTORY
19 #define O_DIRECTORY 00200000 macro
39 int flags = O_RDONLY | O_DIRECTORY; in test__syscall_openat_tp_fields()
/linux-5.19.10/tools/testing/selftests/exec/
Dexecveat.c230 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()
/linux-5.19.10/tools/perf/trace/beauty/
Dopen_flags.c10 #ifndef O_DIRECTORY
11 #define O_DIRECTORY 00200000 macro
/linux-5.19.10/tools/testing/selftests/pidfd/
Dpidfd_test.c69 pidfd = open("/proc/self", O_DIRECTORY | O_CLOEXEC); in test_pidfd_send_signal_simple_success()
116 pidfd = open(buf, O_DIRECTORY | O_CLOEXEC); in test_pidfd_send_signal_exited_fail()
219 pidfd = open(buf, O_DIRECTORY | O_CLOEXEC); in test_pidfd_send_signal_recycled_pid_fail()
355 pidfd = open("/proc/self", O_DIRECTORY | O_CLOEXEC); in test_pidfd_send_signal_syscall_support()
/linux-5.19.10/tools/testing/selftests/proc/
Dfd-003-kthread.c48 dir_fd = open(buf, O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
90 fd = openat(dir_fd, "fd", O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
Dfd-001-lookup.c146 fd = open("/", O_PATH|O_DIRECTORY); in main()
153 fd = open("/", O_PATH|O_DIRECTORY); in main()
Dfd-002-posix-eq.c32 fd0 = open("/", O_DIRECTORY|O_RDONLY); in main()
/linux-5.19.10/arch/arm/include/uapi/asm/
Dfcntl.h5 #define O_DIRECTORY 040000 /* must be a directory */ macro
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dfcntl.h5 #define O_DIRECTORY 040000 /* must be a directory */ macro
/linux-5.19.10/arch/arm64/include/uapi/asm/
Dfcntl.h23 #define O_DIRECTORY 040000 /* must be a directory */ macro
/linux-5.19.10/arch/m68k/include/uapi/asm/
Dfcntl.h5 #define O_DIRECTORY 040000 /* must be a directory */ macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h17 #define O_DIRECTORY 000010000 /* must be a directory */ macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h13 #define O_DIRECTORY 0100000 /* must be a directory */ macro
/linux-5.19.10/samples/bpf/
Dtest_cgrp2_sock2.c48 cg_fd = open(argv[1], O_DIRECTORY | O_RDONLY); in main()
/linux-5.19.10/include/linux/
Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux-5.19.10/include/trace/events/
Dfs.h37 { O_DIRECTORY, "O_DIRECTORY" }, \
/linux-5.19.10/samples/pidfd/
Dpidfd-metadata.c58 procfd = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in pidfd_metadata_fd()
/linux-5.19.10/tools/testing/selftests/openat2/
Drename_attack_test.c43 dfd = open(dirname, O_PATH | O_DIRECTORY); in setup_testdir()
/linux-5.19.10/tools/include/nolibc/
Darch-arm.h20 #define O_DIRECTORY 0x4000 macro
Darch-i386.h20 #define O_DIRECTORY 0x10000 macro

12