Home | History | Annotate | Download | only in metadata

Lines Matching defs:lv_segment

173 	struct lv_segment *lvseg;	/* NULL if free space */
282 struct lv_segment {
331 struct lv_segment *snapshot;
607 struct lv_segment *first_seg(const struct logical_volume *lv);
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
623 struct lv_segment *find_cow(const struct logical_volume *lv);
628 void init_snapshot_seg(struct lv_segment *seg, struct logical_volume *origin,
652 struct lv_segment *find_mirror_seg(struct lv_segment *seg);
678 struct logical_volume *detach_mirror_log(struct lv_segment *seg);
679 int attach_mirror_log(struct lv_segment *seg, struct logical_volume *lv);
686 int reconfigure_mirror_images(struct lv_segment *mirrored_seg, uint32_t num_mirrors,
689 int shift_mirror_images(struct lv_segment *mirrored_seg, unsigned mimage);