Searched refs:SCRUB_TOTAL_STRIPES (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dscrub.c59 #define SCRUB_TOTAL_STRIPES (SCRUB_GROUPS_PER_SCTX * SCRUB_STRIPES_PER_GROUP) macro
186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];
330 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++)
361 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) {
1798 ASSERT(first_slot < SCRUB_TOTAL_STRIPES);
1799 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES);
1894 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES);
1918 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES)

Completed in 84 milliseconds