Searched refs:IORING_OP_LAST (Results 1 – 6 of 6) sorted by relevance
822 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()829 if (opcode < IORING_OP_LAST && in io_uring_op_supported()839 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()840 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
36 IORING_REGISTER_LAST + IORING_OP_LAST)45 if (nr_args > IORING_OP_LAST) in io_probe()46 nr_args = IORING_OP_LAST; in io_probe()60 p->last_op = IORING_OP_LAST - 1; in io_probe()136 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
2060 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()2064 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
258 IORING_OP_LAST, enumerator
206 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
288 IORING_OP_LAST, enumerator