Lines Matching refs:lv_stripes
1280 if (lv->lv_stripes < 2) { /* linear mapping */ in lvm_map()
1296 stripe_length = vg_this->pe_size * lv->lv_stripes; in lvm_map()
1300 (stripe_index % lv->lv_stripes) * in lvm_map()
1301 (lv->lv_allocated_le / lv->lv_stripes); in lvm_map()
1305 (stripe_index % lv->lv_stripes) * lv->lv_stripesize - in lvm_map()
1306 stripe_index / lv->lv_stripes * in lvm_map()
1307 (lv->lv_stripes - 1) * lv->lv_stripesize; in lvm_map()
2185 lv_ptr->lv_stripes = in lvm_do_lv_create()
2186 lv_ptr->lv_snapshot_org->lv_stripes; in lvm_do_lv_create()
2492 if (old_lv->lv_stripes < 2) { /* linear logical volume */ in __extend_reduce()
2507 old_lv->lv_allocated_le / old_lv->lv_stripes; in __extend_reduce()
2509 new_lv->lv_allocated_le / new_lv->lv_stripes; in __extend_reduce()
2512 for (i = source = dest = 0; i < new_lv->lv_stripes; i++) { in __extend_reduce()