Searched defs:pv_segment (Results 1 – 2 of 2) sorted by relevance
165 struct pv_segment { struct166 struct dm_list list; /* Member of pv->segments: ordered list169 struct physical_volume *pv;170 uint32_t pe;171 uint32_t len;173 struct lv_segment *lvseg; /* NULL if free space */197 struct dm_list segments; /* Ordered pv_segments covering complete PV */ argument