| /src/external/gpl2/lvm2/dist/tools/ |
| lvconvert.c | 387 static int _area_missing(struct lv_segment *lvseg, int s) 389 if (seg_type(lvseg, s) == AREA_LV) { 390 if (seg_lv(lvseg, s)->status & PARTIAL_LV) 392 } else if ((seg_type(lvseg, s) == AREA_PV) && 393 (seg_pv(lvseg, s)->status & MISSING_PV)) 402 struct lv_segment *lvseg; local 406 dm_list_iterate_items(lvseg, &lv->segments) { 407 if (!seg_is_mirrored(lvseg)) 409 for (s = 0; s < lvseg->area_count; s++) 410 if (_area_missing(lvseg, s) [all...] |
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 173 struct lv_segment *lvseg; /* NULL if free space */ member in struct:pv_segment 177 #define pvseg_is_allocated(pvseg) ((pvseg)->lvseg)
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| metadata-exported.h | 173 struct lv_segment *lvseg; /* NULL if free space */ member in struct:pv_segment 177 #define pvseg_is_allocated(pvseg) ((pvseg)->lvseg)
|
| metadata.c | 352 struct lv_segment *lvseg; local 368 dm_list_iterate_items(lvseg, &lvl->lv->segments) { 369 if (lvseg->log_lv) 371 lvseg->log_lv->name)) 373 for (s = 0; s < lvseg->area_count; s++) { 374 if (seg_type(lvseg, s) == AREA_PV) { 376 pv_dev_name(seg_pv(lvseg, s)))) 378 } else if (seg_type(lvseg, s) == AREA_LV) { 379 lv = seg_lv(lvseg, s); 1929 struct lv_segment *lvseg; local 2014 struct lv_segment *lvseg; local [all...] |