Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 3 of 3) sorted by relevance

/include/uapi/asm-generic/
Dfcntl.h59 #ifndef O_NOATIME
60 #define O_NOATIME 01000000 macro
/include/linux/
Dfcntl.h12 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
Dfs.h2298 if (!(file->f_flags & O_NOATIME)) in file_accessed()