Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c54 const struct io_issue_def io_issue_defs[] = { variable
830 io_issue_defs[opcode].prep != io_eopnotsupp_prep) in io_uring_op_supported()
840 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
842 for (i = 0; i < ARRAY_SIZE(io_issue_defs); i++) { in io_uring_optable_init()
843 BUG_ON(!io_issue_defs[i].prep); in io_uring_optable_init()
844 if (io_issue_defs[i].prep != io_eopnotsupp_prep) in io_uring_optable_init()
845 BUG_ON(!io_issue_defs[i].issue); in io_uring_optable_init()
H A Dopdef.h45 extern const struct io_issue_def io_issue_defs[];
H A Dio_uring.h250 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_uring_alloc_async_data()
H A Dio_uring.c453 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_prep_async_work()
1752 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_issue_sqe()
1792 ret = __io_issue_sqe(req, issue_flags, &io_issue_defs[req->opcode]); in io_poll_issue()
1814 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_wq_submit_work()
2066 def = &io_issue_defs[opcode]; in io_init_req()
H A Dpoll.c674 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_arm_poll_handler()
H A Drw.c113 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in __io_import_rw_buffer()