Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dscrub.c59 #define SCRUB_TOTAL_STRIPES (SCRUB_GROUPS_PER_SCTX * SCRUB_STRIPES_PER_GROUP) macro
186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];
331 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) in scrub_free_ctx()
362 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) { in scrub_setup_ctx()
1703 ASSERT(first_slot < SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1704 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1799 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()
1821 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()