Home
last modified time | relevance | path

Searched refs:IORING_OP_LAST (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dio_uring.h137 IORING_OP_LAST, enumerator
/Linux-v5.10/fs/
Dio_uring.c105 IORING_REGISTER_LAST + IORING_OP_LAST)
231 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
6499 if (unlikely(req->opcode >= IORING_OP_LAST)) in io_init_req()
9445 p->last_op = IORING_OP_LAST - 1; in io_probe()
9446 if (nr_args > IORING_OP_LAST) in io_probe()
9447 nr_args = IORING_OP_LAST; in io_probe()
9539 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
9803 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_init()