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

  /external/fio/
file.h 25 FIO_FILE_closing = 1 << 1, /* file being closed */
io_u.c 1224 if (f && fio_file_open(f) && !fio_file_closing(f)) {
1233 f = get_next_file_rr(td, FIO_FILE_open, FIO_FILE_closing);
1235 f = get_next_file_rand(td, FIO_FILE_open, FIO_FILE_closing);
    [all...]

Completed in 242 milliseconds