Searched refs:IORING_OP_LAST (Results 1 – 7 of 7) sorted by relevance
38 IORING_REGISTER_LAST + IORING_OP_LAST)47 if (nr_args > IORING_OP_LAST) in io_probe()48 nr_args = IORING_OP_LAST; in io_probe()58 p->last_op = IORING_OP_LAST - 1; in io_probe()134 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
110 if (opcode >= IORING_OP_LAST) in __io_uring_show_fdinfo()112 opcode = array_index_nospec(opcode, IORING_OP_LAST); in __io_uring_show_fdinfo()
22 e->nr_request_opcodes = IORING_OP_LAST; in io_query_ops()
2142 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()2146 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
258 IORING_OP_LAST, enumerator
224 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
308 IORING_OP_LAST, enumerator