Searched refs:td_io_open_file (Results 1 - 7 of 7) sorted by relevance

/external/fio/
H A Dtrim.c51 int r = td_io_open_file(td, io_u->file);
H A Dioengine.h184 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
H A Dioengines.c410 int td_io_open_file(struct thread_data *td, struct fio_file *f) function
H A Diolog.c99 ret = td_io_open_file(td, f);
H A Dio_u.c990 err = td_io_open_file(td, f);
1035 err = td_io_open_file(td, f);
H A Dverify.c1126 int r = td_io_open_file(td, io_u->file);
H A Dbackend.c331 if (td_io_open_file(td, f))

Completed in 165 milliseconds