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

  /external/fio/
ioengines.h 77 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
trim.c 51 int r = td_io_open_file(td, io_u->file);
ioengines.c 411 int td_io_open_file(struct thread_data *td, struct fio_file *f) function
io_u.c 1139 err = td_io_open_file(td, f);
1184 err = td_io_open_file(td, f);
    [all...]
iolog.c 117 ret = td_io_open_file(td, f);
backend.c 330 if (td_io_open_file(td, f))
    [all...]
verify.c 1352 int r = td_io_open_file(td, io_u->file);
    [all...]

Completed in 660 milliseconds