Home | History | Annotate | Download | only in format1

Lines Matching defs:pe_start

47  * Quick calculation based on pe_start.
51 uint32_t pe_start = pvd->pe_start << SECTOR_SHIFT;
53 if (pe_start < pvd->pe_on_disk.base + pvd->pe_on_disk.size)
56 pvd->pe_on_disk.size = pe_start - pvd->pe_on_disk.base;
98 * This assumes pe_count and pe_start have already
119 * pe_start is any existing value for pe_start
122 uint32_t max_extent_count, uint64_t pe_start)
153 if (pe_start && end < pe_start)
154 end = pe_start;
156 pvd->pe_start = _round_up(end, LVM1_PE_ALIGN);
158 } while ((pvd->pe_start + (pvd->pe_total * extent_size))
170 pv->pe_start = pvd->pe_start;