Searched refs:verify_io_u_async (Results 1 – 3 of 3) sorted by relevance
98 extern int verify_io_u_async(struct thread_data *, struct io_u **);
711 io_u->end_io = verify_io_u_async; in do_verify()946 io_u->end_io = verify_io_u_async; in do_io()
736 int verify_io_u_async(struct thread_data *td, struct io_u **io_u_ptr) in verify_io_u_async() function