HomeSort by relevance Sort by last modified time
    Searched refs:FIO_FILE_open (Results 1 - 2 of 2) sorted by null

  /external/fio/
file.h 23 FIO_FILE_open = 1 << 0, /* file is open */
io_u.c 984 if (!fio_file_open(f)) {
1029 if (!fio_file_open(f)) {
1075 if (f && fio_file_open(f) && !fio_file_closing(f)) {
1084 f = get_next_file_rr(td, FIO_FILE_open, FIO_FILE_closing);
1086 f = get_next_file_rand(td, FIO_FILE_open, FIO_FILE_closing);
1476 assert(fio_file_open(f));
    [all...]

Completed in 687 milliseconds