Lines Matching defs:lvseg
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;
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))