Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c192 int cur_stripe; member
1923 const int nr_stripes = sctx->cur_stripe; in flush_scrub_stripes()
1984 sctx->cur_stripe = 0; in flush_scrub_stripes()
2005 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()
2010 stripe = &sctx->stripes[sctx->cur_stripe]; in queue_scrub_stripe()
2019 sctx->cur_stripe++; in queue_scrub_stripe()
2022 if (sctx->cur_stripe % SCRUB_STRIPES_PER_GROUP == 0) { in queue_scrub_stripe()
2023 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP; in queue_scrub_stripe()
2029 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()