Home
last modified time | relevance | path

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

/external/fio/os/
Dos.h146 #ifndef FIO_O_NOATIME
147 #define FIO_O_NOATIME 0 macro
Dos-android.h232 #define FIO_O_NOATIME O_NOATIME macro
234 #define FIO_O_NOATIME 0 macro
Dos-linux.h210 #define FIO_O_NOATIME O_NOATIME macro
212 #define FIO_O_NOATIME 0 macro
/external/fio/
Dfilesetup.c632 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()