Home
last modified time | relevance | path

Searched refs:sqe_op (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dio_uring.h576 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/Linux-v6.1/include/linux/
Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/Linux-v6.1/io_uring/
Dio_uring.c1960 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
3707 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
3712 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()