HomeSort by: relevance | last modified time | path
    Searched defs:pe_count (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/metadata/
pv_map.h 42 uint32_t pe_count; /* Total number of PEs */ member in struct:pv_map
pv_map.c 39 a->map->pe_count += a->count;
68 if (end > pvm->pv->pe_count - 1)
69 end = pvm->pv->pe_count - 1;
111 pvm->pv->pe_count))
190 pva->map->pe_count -= pva->count;
205 uint32_t pe_count = 0; local
208 pe_count += pvm->pe_count;
210 return pe_count;
metadata-exported.h 192 uint32_t pe_count; member in struct:physical_volume
  /src/external/gpl2/lvm2/dist/lib/format_text/
format-text.c 1685 uint64_t pe_count; local
1739 /* FIXME Cope with genuine pe_count 0 */
1742 if (!pv->size && pv->pe_count)
1743 pv->size = pv->pe_count * (uint64_t) vg->extent_size +
1747 if (!pv->pe_count) {
1748 pe_count = (pv->size - pv->pe_start - mda_size2) /
1750 if (pe_count > UINT32_MAX) {
1756 pv->pe_count = (uint32_t) pe_count;
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 192 uint32_t pe_count; member in struct:physical_volume

Completed in 21 milliseconds