Searched refs:mda2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | text_label.c | 50 int da1, mda1, mda2; in _text_write() local 105 mda2 = mda1 + 1; in _text_write() 109 mda1 = mda2 = 0; in _text_write() 110 else if (!xlate64(pvhdr->disk_areas_xl[mda2].offset) && in _text_write() 111 !xlate64(pvhdr->disk_areas_xl[mda2].size)) in _text_write() 112 mda2 = 0; in _text_write() 133 mda2 ? " mda2 (" : "", in _text_write() 134 mda2 ? 1 : 0, in _text_write() 135 mda2 ? xlate64(pvhdr->disk_areas_xl[mda2].offset) >> SECTOR_SHIFT : 0, in _text_write() 136 mda2 ? "s, " : "", in _text_write() [all …]
|
H A D | format-text.c | 1677 struct metadata_area *mda, *mda_new, *mda2; in _text_pv_setup() local 1708 dm_list_iterate_items(mda2, mdas) { in _text_pv_setup() 1709 if (mda2->ops != in _text_pv_setup() 1713 mda2->metadata_locn; in _text_pv_setup()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | metadata.c | 1160 struct metadata_area *mda, *mda2; in vg_split_mdas() local 1167 dm_list_iterate_items_safe(mda, mda2, mdas_from) { in vg_split_mdas()
|