Lines Matching defs:nr_stripes
1714 unsigned int nr_stripes)
1719 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES);
1722 btrfs_stripe_nr_to_offset(nr_stripes));
1724 for (int i = 0; i < nr_stripes; i++) {
1738 const int nr_stripes = sctx->cur_stripe;
1741 if (!nr_stripes)
1747 if (nr_stripes % SCRUB_STRIPES_PER_GROUP) {
1748 const int first_slot = round_down(nr_stripes, SCRUB_STRIPES_PER_GROUP);
1750 submit_initial_group_read(sctx, first_slot, nr_stripes - first_slot);
1753 for (int i = 0; i < nr_stripes; i++) {
1766 for (int i = 0; i < nr_stripes; i++) {
1772 for (int i = 0; i < nr_stripes; i++) {
1786 for (int i = 0; i < nr_stripes; i++) {