Searched refs:lv_mirr (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/tools/ |
| D | pvmove.c | 143 struct logical_volume *lv_mirr, in _insert_pvmove_mirrors() argument 155 prev_le_count = lv_mirr->le_count; in _insert_pvmove_mirrors() 156 if (!insert_layer_for_segments_on_pv(cmd, lv, lv_mirr, PVMOVE, in _insert_pvmove_mirrors() 161 if (lv_mirr->le_count - prev_le_count) { in _insert_pvmove_mirrors() 165 lv_mirr->le_count - prev_le_count, in _insert_pvmove_mirrors() 181 struct logical_volume *lv_mirr, *lv; in _set_up_pvmove_lv() local 187 if (!(lv_mirr = lv_create_empty("pvmove%d", NULL, in _set_up_pvmove_lv() 194 lv_mirr->status |= (PVMOVE | LOCKED); in _set_up_pvmove_lv() 206 if ((lv == lv_mirr)) in _set_up_pvmove_lv() 233 if (!_insert_pvmove_mirrors(cmd, lv_mirr, source_pvl, lv, in _set_up_pvmove_lv() [all …]
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/metadata/ |
| D | mirror.c | 1017 const char *get_pvmove_pvname_from_lv_mirr(struct logical_volume *lv_mirr) in get_pvmove_pvname_from_lv_mirr() argument 1021 dm_list_iterate_items(seg, &lv_mirr->segments) { in get_pvmove_pvname_from_lv_mirr() 1134 float copy_percent(struct logical_volume *lv_mirr, in copy_percent() argument 1140 dm_list_iterate_items(seg, &lv_mirr->segments) { in copy_percent()
|
| D | metadata-exported.h | 699 const char *get_pvmove_pvname_from_lv_mirr(struct logical_volume *lv_mirr); 700 float copy_percent(struct logical_volume *lv_mirr,
|
| /netbsd/src/external/gpl2/lvm2/dist/include/ |
| D | metadata-exported.h | 699 const char *get_pvmove_pvname_from_lv_mirr(struct logical_volume *lv_mirr); 700 float copy_percent(struct logical_volume *lv_mirr,
|