Home
last modified time | relevance | path

Searched refs:O_PATH (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h83 #ifndef O_PATH
84 #define O_PATH 010000000 macro
/linux-4.1.27/tools/testing/selftests/exec/
Dexecveat.c221 int dot_dfd_path = open_or_die(".", O_DIRECTORY|O_RDONLY|O_PATH); in run_tests()
224 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
228 O_RDONLY|O_PATH); in run_tests()
232 O_RDONLY|O_PATH); in run_tests()
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h22 #define O_PATH 020000000 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h34 #define O_PATH 040000000 macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h37 #define O_PATH 0x1000000 macro
/linux-4.1.27/fs/
Dopen.c695 if (unlikely(f->f_flags & O_PATH)) { in do_dentry_open()
907 } else if (flags & O_PATH) { in build_open_flags()
912 flags &= O_DIRECTORY | O_NOFOLLOW | O_PATH; in build_open_flags()
931 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
Dfcntl.c750 __FMODE_EXEC | O_PATH | __O_TMPFILE | in fcntl_init()
Dnamei.c2970 if (open_flag & O_PATH && !(nd->flags & LOOKUP_FOLLOW)) in do_last()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c761 #ifdef O_PATH in syscall_arg__scnprintf_open_flags()