Lines Matching refs:io_op_defs
931 static const struct io_op_def io_op_defs[] = {
1434 const struct io_op_def *def = &io_op_defs[req->opcode];
3455 WARN_ON_ONCE(!io_op_defs[req->opcode].async_size);
3456 req->async_data = kmalloc(io_op_defs[req->opcode].async_size, GFP_KERNEL);
3464 if (!force && !io_op_defs[req->opcode].needs_async_setup)
5805 const struct io_op_def *def = &io_op_defs[req->opcode];
6570 if (!io_op_defs[req->opcode].needs_async_setup)
7189 !io_op_defs[req->opcode].buffer_select)
7209 io_op_defs[req->opcode].plug) {
7214 if (io_op_defs[req->opcode].needs_file) {
10552 if (!io_op_defs[i].not_supported)
11151 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST);