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

  /external/fio/
trim.c 51 int r = td_io_open_file(td, io_u->file);
ioengine.h 187 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
ioengines.c 417 int td_io_open_file(struct thread_data *td, struct fio_file *f) function
io_u.c 985 err = td_io_open_file(td, f);
1030 err = td_io_open_file(td, f);
    [all...]
iolog.c 110 ret = td_io_open_file(td, f);
backend.c 335 if (td_io_open_file(td, f))
    [all...]
verify.c 1114 int r = td_io_open_file(td, io_u->file);
    [all...]

Completed in 165 milliseconds