Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h88 #ifndef __O_TMPFILE
89 #define __O_TMPFILE 020000000 macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h88 #ifndef __O_TMPFILE
89 #define __O_TMPFILE 020000000 macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/linux-5.19.10/include/linux/
Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h17 #define __O_TMPFILE 020000000 macro
18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux-5.19.10/fs/
Dopen.c1067 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1134 if (flags & __O_TMPFILE) { in build_open_flags()
Dnamei.c3647 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()