Searched refs:__O_TMPFILE (Results 1 – 15 of 15) sorted by relevance
88 #ifndef __O_TMPFILE89 #define __O_TMPFILE 020000000 macro93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
87 #ifndef __O_TMPFILE88 #define __O_TMPFILE 020000000 macro92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
39 #ifdef __O_TMPFILE41 (((oflag) & O_CREAT) != 0 || ((oflag) & __O_TMPFILE) == __O_TMPFILE)
99 #ifndef __O_TMPFILE100 # define __O_TMPFILE (020000000 | __O_DIRECTORY) macro151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */
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)
17 #define __O_TMPFILE 020000000 macro18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
986 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE))1053 if (flags & __O_TMPFILE) { in build_open_flags()
3450 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()