Home
last modified time | relevance | path

Searched refs:pe_alloc_count (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dpv_manip.c102 peg->pv->pe_alloc_count -= peg_new->len; in _pv_split_segment()
164 peg->pv->pe_alloc_count += area_len; in assign_peg_to_lvseg()
179 peg->pv->pe_alloc_count -= area_reduction; in release_pv_segment()
307 if (alloced != pv->pe_alloc_count) { in check_pv_segments()
309 "%u != %u", alloced, pv->pe_alloc_count); in check_pv_segments()
343 if (new_pe_count < pv->pe_alloc_count) { in _reduce_pv()
347 pv->pe_alloc_count); in _reduce_pv()
H A Dmetadata.c199 pv->pe_alloc_count = 0; in add_pv_to_vg()
976 if (!_recalc_extents(&pv->pe_alloc_count, pv_dev_name(pv), in vg_set_extent_size()
1457 pv->pe_alloc_count = 0; in _alloc_pv()
3104 if (!is_orphan_vg(pv->vg_name) || pv->pe_alloc_count) { in pv_write()
3122 pv->pe_alloc_count = 0; in pv_write_orphan()
3575 return pv_field(pv, pe_alloc_count); in pv_pe_alloc_count()
H A Dmetadata-exported.h193 uint32_t pe_alloc_count; member
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c330 pv->pe_count - pv->pe_alloc_count, in pvdisplay_colons()
331 pv->pe_alloc_count, *uuid ? uuid : "none"); in pvdisplay_colons()
408 pe_free = pv->pe_count - pv->pe_alloc_count; in pvdisplay_full()
426 log_print("Allocated PE %u", pv->pe_alloc_count); in pvdisplay_full()
452 pv->pe_count, pv->pe_count - pv->pe_alloc_count); in pvdisplay_short()
/dragonfly/contrib/lvm2/dist/tools/
H A Dpvchange.c174 pv->pe_alloc_count = 0; in _pvchange_single()
181 pv->pe_alloc_count = orig_pe_alloc_count; in _pvchange_single()
H A Dpvmove.c126 if ((pvl->pv->pe_count == pvl->pv->pe_alloc_count)) in _get_allocatable_pvs()
H A Dvgreduce.c35 if (pvl->pv->pe_alloc_count) { in _remove_pv()
H A Dtoollib.c1015 (pvl->pv->pe_count == pvl->pv->pe_alloc_count)) { in _create_pv_entry()
/dragonfly/contrib/lvm2/dist/lib/report/
H A Dcolumns.h94 FIELD(PVS, pv, NUM, "Alloc", pe_alloc_count, 5, uint32, "pv_pe_alloc_count", "Total number of alloc…
H A Dreport.c762 used = (uint64_t) pv->pe_alloc_count * pv->pe_size; in _pvused_disp()
778 freespace = (uint64_t) (pv->pe_count - pv->pe_alloc_count) * pv->pe_size; in _pvfree_disp()
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dimport-export.c99 pv->pe_alloc_count = 0; in import_pv()
212 pvd->pe_allocated = pv->pe_alloc_count; in export_pv()
/dragonfly/contrib/lvm2/dist/lib/format_pool/
H A Dimport_export.c154 pv->pe_alloc_count = 0; in import_pool_pv()
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c245 pv->pe_alloc_count = 0; in _read_pv()
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata-exported.h193 uint32_t pe_alloc_count; member