Searched refs:FIO_O_NOATIME (Results 1 – 4 of 4) sorted by relevance
210 #define FIO_O_NOATIME O_NOATIME macro212 #define FIO_O_NOATIME 0 macro
197 #define FIO_O_NOATIME O_NOATIME macro199 #define FIO_O_NOATIME 0 macro
124 #ifndef FIO_O_NOATIME125 #define FIO_O_NOATIME 0 macro
551 flags |= FIO_O_NOATIME; in generic_open_file()584 if (__e == EPERM && (flags & FIO_O_NOATIME)) { in generic_open_file()585 flags &= ~FIO_O_NOATIME; in generic_open_file()