Searched refs:__O_TMPFILE (Results 1 – 7 of 7) sorted by relevance
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)
23 #define __O_TMPFILE 040000000 macro
35 #define __O_TMPFILE 0100000000 macro
38 #define __O_TMPFILE 0x2000000 macro
884 if (flags & (O_CREAT | __O_TMPFILE)) in build_open_flags()901 if (flags & __O_TMPFILE) { in build_open_flags()
750 __FMODE_EXEC | O_PATH | __O_TMPFILE | in fcntl_init()
3256 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()