Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/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)
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/kernel/linux/linux-5.10/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)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h62 #ifndef __O_TMPFILE
63 #define __O_TMPFILE 020000000 macro
65 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
66 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h76 #ifndef __O_TMPFILE
77 #define __O_TMPFILE 020000000 macro
79 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
80 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h76 #ifndef __O_TMPFILE
77 #define __O_TMPFILE 020000000 macro
79 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
80 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dfcntl.h36 #define __O_TMPFILE 0100000000 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dfcntl.h21 #define __O_TMPFILE 040000000 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h39 #define __O_TMPFILE 0x2000000 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c38 * it'll always -EAGAIN. Note that we test for __O_TMPFILE because in io_openat_force_async()
42 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
/kernel/linux/linux-5.10/fs/
H A Dopen.c975 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1042 if (flags & __O_TMPFILE) { in build_open_flags()
1104 if (flags & (O_TRUNC | O_CREAT | __O_TMPFILE)) in build_open_flags()
H A Dnamei.c3422 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()
/kernel/linux/linux-6.6/fs/
H A Dopen.c1200 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))
1270 if (flags & __O_TMPFILE) { in build_open_flags()
1274 * is raised alongside __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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h17 #define __O_TMPFILE 020000000 macro
18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h18 #define __O_TMPFILE 020000000 macro
19 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c4240 * it'll always -EAGAIN. Note that we test for __O_TMPFILE in io_openat2()
4244 if (req->open.how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE)) in io_openat2()

Completed in 39 milliseconds