Searched refs:O_NOATIME (Results 1 – 1 of 1) sorted by relevance
89 #ifndef O_NOATIME90 #define O_NOATIME 0 macro144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
Completed in 5 milliseconds