Home
last modified time | relevance | path

Searched refs:td_io_prep (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dioengines.h73 extern int __must_check td_io_prep(struct thread_data *, struct io_u *);
Dioengines.c191 int td_io_prep(struct thread_data *td, struct io_u *io_u) in td_io_prep() function
Dbackend.c290 if (td_io_prep(td, io_u)) { in fio_io_sync()
660 if (td_io_prep(td, io_u)) { in do_verify()
Dio_u.c1674 if (!td_io_prep(td, io_u)) { in get_io_u()