Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c200 int cur_stripe; member
1952 const int nr_stripes = sctx->cur_stripe; in flush_scrub_stripes()
2013 sctx->cur_stripe = 0; in flush_scrub_stripes()
2034 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()
2039 stripe = &sctx->stripes[sctx->cur_stripe]; in queue_scrub_stripe()
2048 sctx->cur_stripe++; in queue_scrub_stripe()
2051 if (sctx->cur_stripe % SCRUB_STRIPES_PER_GROUP == 0) { in queue_scrub_stripe()
2052 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP; in queue_scrub_stripe()
2058 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()