Home
last modified time | relevance | path

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

/linux/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++) in scrub_free_ctx()
361 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) { in scrub_setup_ctx()
1819 ASSERT(first_slot < SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1820 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1918 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()
1942 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()