Lines Matching refs:stripe_nr
5682 u64 stripe_nr;
5718 * stripe_nr counts the total number of stripes we have to stride
5721 stripe_nr = div64_u64(offset, stripe_len);
5724 stripe_offset = offset - stripe_nr * stripe_len;
5728 stripe_cnt = stripe_nr_end - stripe_nr;
5732 * after this, stripe_nr is the number of stripes on this
5748 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index);
5758 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes,
5771 stripe_offset + stripe_nr * map->stripe_len;
5810 stripe_nr++;
6019 u64 stripe_nr;
6037 stripe_nr = div64_u64(offset, stripe_len);
6039 stripe_offset = stripe_nr * stripe_len;
6088 io_geom->stripe_nr = stripe_nr;
6107 u64 stripe_nr;
6138 stripe_nr = geom.stripe_nr;
6169 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes,
6196 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index);
6213 /* push stripe_nr back to the start of the full stripe */
6214 stripe_nr = div64_u64(raid56_full_stripe_start,
6230 stripe_nr = div_u64_rem(stripe_nr,
6236 div_u64_rem(stripe_nr + stripe_index, map->num_stripes,
6243 * after this, stripe_nr is the number of stripes on this
6247 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes,
6276 stripe_offset + stripe_nr * map->stripe_len;
6288 div_u64_rem(stripe_nr, num_stripes, &rot);
6291 tmp = stripe_nr * data_stripes;