Searched refs:O_PATH (Results 1 – 9 of 9) sorted by relevance
83 #ifndef O_PATH84 #define O_PATH 010000000 macro
221 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()
22 #define O_PATH 020000000 macro
34 #define O_PATH 040000000 macro
37 #define O_PATH 0x1000000 macro
695 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()
750 __FMODE_EXEC | O_PATH | __O_TMPFILE | in fcntl_init()
2970 if (open_flag & O_PATH && !(nd->flags & LOOKUP_FOLLOW)) in do_last()
761 #ifdef O_PATH in syscall_arg__scnprintf_open_flags()