Searched refs:__O_TMPFILE (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h88 #ifndef __O_TMPFILE
89 #define __O_TMPFILE 020000000 macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h88 #ifndef __O_TMPFILE
89 #define __O_TMPFILE 020000000 macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/linux-master/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/linux-master/io_uring/
H A Dopenclose.c43 * it'll always -EAGAIN. Note that we test for __O_TMPFILE because
47 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE);
/linux-master/fs/
H A Dopen.c1187 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1257 if (flags & __O_TMPFILE) {
1261 * is raised alongside __O_TMPFILE.
1324 if (flags & (O_TRUNC | O_CREAT | __O_TMPFILE))
H A Dnamei.c3789 if (unlikely(file->f_flags & __O_TMPFILE)) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h20 #define __O_TMPFILE 020000000 macro
21 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)

Completed in 183 milliseconds