Searched refs:O_PATH (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | fcntl.h | 84 #ifndef O_PATH 85 #define O_PATH 010000000 macro
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 83 #ifndef O_PATH 84 #define O_PATH 010000000 macro
|
| /Linux-v5.4/tools/testing/selftests/exec/ |
| D | execveat.c | 233 int dot_dfd_path = open_or_die(".", O_DIRECTORY|O_RDONLY|O_PATH); in run_tests() 236 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests() 240 O_RDONLY|O_PATH); in run_tests() 244 O_RDONLY|O_PATH); in run_tests()
|
| /Linux-v5.4/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 | proc-pid-vm.c | 269 if (open("/", O_RDONLY|O_DIRECTORY|O_PATH) != 0) { in main()
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 23 #define O_PATH 020000000 macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 35 #define O_PATH 040000000 macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 38 #define O_PATH 0x1000000 macro
|
| /Linux-v5.4/include/linux/ |
| D | fcntl.h | 12 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
|
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | open_flags.c | 58 #ifdef O_PATH in open__scnprintf_flags()
|
| /Linux-v5.4/fs/ |
| D | open.c | 750 if (unlikely(f->f_flags & O_PATH)) { in do_dentry_open() 991 } else if (flags & O_PATH) { in build_open_flags() 996 flags &= O_DIRECTORY | O_NOFOLLOW | O_PATH; in build_open_flags() 1013 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
|
| D | namespace.c | 2351 file = dentry_open(path, O_PATH, current_cred()); in open_detached_copy() 2399 file = dentry_open(&path, O_PATH, current_cred()); in SYSCALL_DEFINE3() 3485 file = dentry_open(&newmount, O_PATH, fc->cred); in SYSCALL_DEFINE3()
|
| D | namei.c | 3520 } else if (unlikely(file->f_flags & O_PATH)) { in path_openat()
|
| /Linux-v5.4/net/unix/ |
| D | af_unix.c | 2543 f = dentry_open(&path, O_PATH, current_cred()); in unix_open_file()
|