Searched refs:IORING_OP_LAST (Results 1 – 6 of 6) sorted by relevance
752 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()759 if (opcode < IORING_OP_LAST && in io_uring_op_supported()769 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()770 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
35 IORING_REGISTER_LAST + IORING_OP_LAST)44 if (nr_args > IORING_OP_LAST) in io_probe()45 nr_args = IORING_OP_LAST; in io_probe()59 p->last_op = IORING_OP_LAST - 1; in io_probe()135 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
2044 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()2048 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
258 IORING_OP_LAST, enumerator
196 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
283 IORING_OP_LAST, enumerator