Home
last modified time | relevance | path

Searched refs:POSIX_FADV_STREAMID (Results 1 – 2 of 2) sorted by relevance

/external/fio/os/
Dos-linux.h296 #ifndef POSIX_FADV_STREAMID
297 #define POSIX_FADV_STREAMID 8 macro
/external/fio/
Dioengines.c480 if (posix_fadvise(f->fd, stream, f->io_size, POSIX_FADV_STREAMID) < 0) { in td_io_open_file()