Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h87 #ifndef __O_TMPFILE
88 #define __O_TMPFILE 020000000 macro
92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/linux/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/linux/io_uring/
H A Dopenclose.c50 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h21 #define __O_TMPFILE 020000000 macro
22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/linux/fs/
H A Dnamei.c4820 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()