Searched refs:O_TMPFILE (Results 1 – 9 of 9) sorted by relevance
18 #ifndef O_TMPFILE19 #define O_TMPFILE 020000000 macro
109 #ifdef O_TMPFILE in make_tempfile()110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
297 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
953 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
566 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
510 O_TMPFILE temporary file be created in an encrypted directory. All
509 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to