Searched refs:O_NOATIME (Results 1 – 8 of 8) sorted by relevance
48 #ifndef O_NOATIME49 #define O_NOATIME 01000000 macro
1326 #ifdef O_NOATIME in replay_sub()1327 oflags = O_NOATIME; in replay_sub()
288 #ifdef O_NOATIME289 { O_NOATIME, "O_NOATIME" },
233 * file.c (openmodes): Add O_NOATIME flag if defined.
1243 #ifdef O_NOATIME in get_content_type()1244 fd = open (path, O_RDONLY | O_NOATIME); in get_content_type()
394 * glocalfileinfo.c (get_content_type): Try using O_NOATIME when
1191 if (!(file->f_flags & O_NOATIME)) in file_accessed()
248 - Use O_NOATIME when sniffing mimetypes