Searched refs:O_TMPFILE_MASK (Results 1 – 5 of 5) sorted by relevance
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
1054 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()