Searched refs:__O_TMPFILE (Results 1 – 11 of 11) sorted by relevance
88 #ifndef __O_TMPFILE89 #define __O_TMPFILE 020000000 macro93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
21 #define __O_TMPFILE 040000000 macro
36 #define __O_TMPFILE 0100000000 macro
39 #define __O_TMPFILE 0x2000000 macro
13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
42 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
1200 #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()
3779 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()
18 #define __O_TMPFILE 020000000 macro19 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
1110 FLAG_TARGET(__O_TMPFILE),