Searched refs:restrictions (Results 1 – 1 of 1) sorted by relevance
426 struct io_restriction restrictions; member7323 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()7326 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()7327 ctx->restrictions.sqe_flags_required) in io_check_restriction()7330 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()7331 ctx->restrictions.sqe_flags_required)) in io_check_restriction()10765 if (ctx->restrictions.registered) in io_register_restrictions()10790 ctx->restrictions.register_op); in io_register_restrictions()10798 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()10801 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags; in io_register_restrictions()[all …]