Searched refs:restrictions (Results 1 – 1 of 1) sorted by relevance
426 struct io_restriction restrictions; member7160 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()7163 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()7164 ctx->restrictions.sqe_flags_required) in io_check_restriction()7167 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()7168 ctx->restrictions.sqe_flags_required)) in io_check_restriction()10605 if (ctx->restrictions.registered) in io_register_restrictions()10630 ctx->restrictions.register_op); in io_register_restrictions()10638 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()10641 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags; in io_register_restrictions()[all …]