/Linux-v5.10/include/uapi/asm-generic/ |
D | fcntl.h | 53 #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-v5.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 52 #ifndef O_DIRECTORY 53 #define O_DIRECTORY 00200000 /* must be a directory */ macro 92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) 93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
|
/Linux-v5.10/fs/ceph/ |
D | util.c | 59 #ifdef O_DIRECTORY /* fixme */ in ceph_flags_to_mode() 60 if ((flags & O_DIRECTORY) == O_DIRECTORY) in ceph_flags_to_mode()
|
/Linux-v5.10/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 18 #ifndef O_DIRECTORY 19 #define O_DIRECTORY 00200000 macro 38 int flags = O_RDONLY | O_DIRECTORY; in test__syscall_openat_tp_fields()
|
/Linux-v5.10/tools/testing/selftests/exec/ |
D | execveat.c | 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()
|
/Linux-v5.10/tools/perf/trace/beauty/ |
D | open_flags.c | 10 #ifndef O_DIRECTORY 11 #define O_DIRECTORY 00200000 macro
|
/Linux-v5.10/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 69 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-v5.10/tools/testing/selftests/proc/ |
D | fd-001-lookup.c | 146 fd = open("/", O_PATH|O_DIRECTORY); in main() 153 fd = open("/", O_PATH|O_DIRECTORY); in main()
|
D | fd-003-kthread.c | 48 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()
|
D | fd-002-posix-eq.c | 32 fd0 = open("/", O_DIRECTORY|O_RDONLY); in main()
|
D | read.c | 107 fd = openat(dirfd(d), de->d_name, O_DIRECTORY|O_RDONLY); in f()
|
/Linux-v5.10/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 5 #define O_DIRECTORY 040000 /* must be a directory */ macro
|
/Linux-v5.10/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 23 #define O_DIRECTORY 040000 /* must be a directory */ macro
|
/Linux-v5.10/arch/arm/include/uapi/asm/ |
D | fcntl.h | 5 #define O_DIRECTORY 040000 /* must be a directory */ macro
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 5 #define O_DIRECTORY 040000 /* must be a directory */ macro
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 17 #define O_DIRECTORY 000010000 /* must be a directory */ macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 13 #define O_DIRECTORY 0100000 /* must be a directory */ macro
|
/Linux-v5.10/samples/bpf/ |
D | test_cgrp2_sock2.c | 40 cg_fd = open(argv[1], O_DIRECTORY | O_RDONLY); in main()
|
D | test_cgrp2_attach.c | 158 cg_fd = open(argv[optind], O_DIRECTORY | O_RDONLY); in main()
|
D | test_cgrp2_sock.c | 257 cg_fd = open(cgrp_path, O_DIRECTORY | O_RDONLY); in main()
|
/Linux-v5.10/include/linux/ |
D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/Linux-v5.10/samples/pidfd/ |
D | pidfd-metadata.c | 58 procfd = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in pidfd_metadata_fd()
|
/Linux-v5.10/tools/testing/selftests/openat2/ |
D | rename_attack_test.c | 43 dfd = open(dirname, O_PATH | O_DIRECTORY); in setup_testdir()
|
D | resolve_test.c | 59 dfd = open(dirname, O_PATH | O_DIRECTORY); in setup_testdir() 65 tmpfd = openat(dfd, "root", O_PATH | O_DIRECTORY); in setup_testdir() 459 dfd = openat(rootfd, test->dir, O_PATH | O_DIRECTORY); in test_openat2_opath_tests()
|
/Linux-v5.10/tools/include/nolibc/ |
D | nolibc.h | 450 #define O_DIRECTORY 0x10000 macro 630 #define O_DIRECTORY 0x10000 macro 815 #define O_DIRECTORY 0x4000 macro 1012 #define O_DIRECTORY 0x4000 macro 1218 #define O_DIRECTORY 0x10000 macro 1415 #define O_DIRECTORY 0x200000 macro
|