Searched refs:sqe_op (Results 1 – 5 of 5) sorted by relevance
140 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()142 __set_bit(res[i].sqe_op, restrictions->sqe_op); in io_parse_restrictions()
1676 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()2911 memcpy(&dst->sqe_op, &src->sqe_op, sizeof(dst->sqe_op)); in io_restriction_clone()
634 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
232 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
817 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member