SCRUB_TOTAL_STRIPES
struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];
ASSERT(first_slot < SCRUB_TOTAL_STRIPES);
ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES);
ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES);
if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES)
for (i = 0; i < SCRUB_TOTAL_STRIPES; i++)
for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) {