Searched refs:FIO_O_NOATIME (Results 1 – 4 of 4) sorted by relevance
146 #ifndef FIO_O_NOATIME147 #define FIO_O_NOATIME 0 macro
232 #define FIO_O_NOATIME O_NOATIME macro234 #define FIO_O_NOATIME 0 macro
210 #define FIO_O_NOATIME O_NOATIME macro212 #define FIO_O_NOATIME 0 macro
632 flags |= FIO_O_NOATIME; in generic_open_file()666 if (__e == EPERM && (flags & FIO_O_NOATIME)) { in generic_open_file()667 flags &= ~FIO_O_NOATIME; in generic_open_file()