Searched refs:get_io_u (Results 1 – 3 of 3) sorted by relevance
204 extern struct io_u *get_io_u(struct thread_data *);
520 while ((io_u = get_io_u(td)) != NULL) { in do_verify()776 io_u = get_io_u(td); in do_io()1272 io_u = get_io_u(td); in do_dry_run()
1432 struct io_u *get_io_u(struct thread_data *td) in get_io_u() function