Home
last modified time | relevance | path

Searched refs:sqe_op (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h224 __u8 sqe_op; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h224 __u8 sqe_op; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h384 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h622 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c2087 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
4175 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
4180 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
7149 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
10622 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
10627 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()

Completed in 24 milliseconds