Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h83 #ifndef O_PATH
84 #define O_PATH 010000000 macro
/linux-4.4.14/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.4.14/arch/parisc/include/uapi/asm/
Dfcntl.h22 #define O_PATH 020000000 macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dfcntl.h34 #define O_PATH 040000000 macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dfcntl.h37 #define O_PATH 0x1000000 macro
/linux-4.4.14/fs/
Dopen.c697 if (unlikely(f->f_flags & O_PATH)) { in do_dentry_open()
911 } else if (flags & O_PATH) { in build_open_flags()
916 flags &= O_DIRECTORY | O_NOFOLLOW | O_PATH; in build_open_flags()
935 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
Dfcntl.c750 __FMODE_EXEC | O_PATH | __O_TMPFILE | in fcntl_init()
Dnamei.c3158 if (unlikely(d_is_symlink(nd->path.dentry)) && !(open_flag & O_PATH)) { in do_last()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c821 #ifdef O_PATH in syscall_arg__scnprintf_open_flags()