Home
last modified time | relevance | path

Searched refs:io_op_defs (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c931 static const struct io_op_def io_op_defs[] = { variable
1437 const struct io_op_def *def = &io_op_defs[req->opcode]; in io_prep_async_work()
3460 WARN_ON_ONCE(!io_op_defs[req->opcode].async_size); in io_alloc_async_data()
3461 req->async_data = kmalloc(io_op_defs[req->opcode].async_size, GFP_KERNEL); in io_alloc_async_data()
3469 if (!force && !io_op_defs[req->opcode].needs_async_setup) in io_setup_async_rw()
5952 const struct io_op_def *def = &io_op_defs[req->opcode]; in io_arm_poll_handler()
6723 if (!io_op_defs[req->opcode].needs_async_setup) in io_req_prep_async()
7363 !io_op_defs[req->opcode].buffer_select) in io_init_req()
7383 io_op_defs[req->opcode].plug) { in io_init_req()
7388 if (io_op_defs[req->opcode].needs_file) { in io_init_req()
[all …]