Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h384 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
6955 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
10433 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
10438 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()