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

/linux-master/fs/btrfs/
H A Dscrub.c192 int cur_stripe; member in struct:scrub_ctx
1818 const int nr_stripes = sctx->cur_stripe;
1873 sctx->cur_stripe = 0;
1894 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES);
1899 stripe = &sctx->stripes[sctx->cur_stripe];
1908 sctx->cur_stripe++;
1911 if (sctx->cur_stripe % SCRUB_STRIPES_PER_GROUP == 0) {
1912 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP;
1918 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES)

Completed in 75 milliseconds