Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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];
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()
1718 ASSERT(first_slot < SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1719 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1814 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()
1838 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()

Completed in 4 milliseconds