Lines Matching refs:io_task_work
812 struct io_task_work {
883 struct io_task_work io_task_work;
1292 llist_for_each_entry_safe(req, tmp, node, io_task_work.fallback_node)
1293 req->io_task_work.func(req, &locked);
2206 io_task_work.node);
2215 req->io_task_work.func(req, &locked);
2244 wq_list_add_tail(&req->io_task_work.node, &tctx->task_list);
2273 req = container_of(node, struct io_kiocb, io_task_work.node);
2275 if (llist_add(&req->io_task_work.fallback_node,
2305 req->io_task_work.func = io_req_task_cancel;
2311 req->io_task_work.func = io_req_task_submit;
2317 req->io_task_work.func = io_queue_async_work;
2437 req->io_task_work.func = io_free_req_work;
2820 req->io_task_work.func = io_req_rw_complete;
5598 req->io_task_work.func = io_poll_task_func;
5600 req->io_task_work.func = io_apoll_task_func;
6068 req->io_task_work.func = io_req_task_timeout;
7039 req->io_task_work.func = io_req_task_link_timeout;