Home
last modified time | relevance | path

Searched refs:FIO_O_NOATIME (Results 1 – 4 of 4) sorted by relevance

/external/fio/os/
Dos-android.h210 #define FIO_O_NOATIME O_NOATIME macro
212 #define FIO_O_NOATIME 0 macro
Dos-linux.h197 #define FIO_O_NOATIME O_NOATIME macro
199 #define FIO_O_NOATIME 0 macro
Dos.h124 #ifndef FIO_O_NOATIME
125 #define FIO_O_NOATIME 0 macro
/external/fio/
Dfilesetup.c551 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()