Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/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)
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/openbmc/linux/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/openbmc/linux/io_uring/
H A Dopenclose.c42 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
/openbmc/linux/fs/
H A Dopen.c1200 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1270 if (flags & __O_TMPFILE) { in build_open_flags()
1337 if (flags & (O_TRUNC | O_CREAT | __O_TMPFILE)) in build_open_flags()
H A Dnamei.c3781 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h18 #define __O_TMPFILE 020000000 macro
19 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/openbmc/qemu/linux-user/
H A Dstrace.c1061 FLAG_TARGET(__O_TMPFILE),