Searched refs:prep_async (Results 1 – 4 of 4) sorted by relevance
441 .prep_async = io_readv_prep_async,448 .prep_async = io_writev_prep_async,478 .prep_async = io_sendmsg_prep_async,487 .prep_async = io_recvmsg_prep_async,513 .prep_async = io_connect_prep_async,554 .prep_async = io_send_prep_async,631 .prep_async = io_uring_cmd_prep_async,637 .prep_async = io_send_prep_async,646 .prep_async = io_sendmsg_prep_async,
43 int (*prep_async)(struct io_kiocb *); member
528 if (!force && !io_cold_defs[req->opcode].prep_async) in io_setup_async_rw()
1786 if (!cdef->prep_async) in io_req_prep_async()1794 return cdef->prep_async(req); in io_req_prep_async()