Searched refs:io_u_ptr (Results 1 – 2 of 2) sorted by relevance
648 int verify_io_u_async(struct thread_data *td, struct io_u **io_u_ptr) in verify_io_u_async() argument650 struct io_u *io_u = *io_u_ptr; in verify_io_u_async()662 *io_u_ptr = NULL; in verify_io_u_async()741 int verify_io_u(struct thread_data *td, struct io_u **io_u_ptr) in verify_io_u() argument744 struct io_u *io_u = *io_u_ptr; in verify_io_u()
1604 static void io_completed(struct thread_data *td, struct io_u **io_u_ptr, in io_completed() argument1607 struct io_u *io_u = *io_u_ptr; in io_completed()1696 ret = io_u->end_io(td, io_u_ptr); in io_completed()1697 io_u = *io_u_ptr; in io_completed()