Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dscrub.c49 #define SCRUB_STRIPES_PER_GROUP 8 macro
59 #define SCRUB_TOTAL_STRIPES (SCRUB_GROUPS_PER_SCTX * SCRUB_STRIPES_PER_GROUP)
1751 if (nr_stripes % SCRUB_STRIPES_PER_GROUP) { in flush_scrub_stripes()
1752 const int first_slot = round_down(nr_stripes, SCRUB_STRIPES_PER_GROUP); in flush_scrub_stripes()
1835 if (sctx->cur_stripe % SCRUB_STRIPES_PER_GROUP == 0) { in queue_scrub_stripe()
1836 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP; in queue_scrub_stripe()
1838 submit_initial_group_read(sctx, first_slot, SCRUB_STRIPES_PER_GROUP); in queue_scrub_stripe()