Home
last modified time | relevance | path

Searched refs:pv_pe_start (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/tools/
H A Dpvresize.c121 if (size < pv_pe_start(pv)) { in _pv_resize_single()
123 "%" PRIu64 " sectors.", pv_name, pv_pe_start(pv)); in _pv_resize_single()
130 pv->size -= pv_pe_start(pv); in _pv_resize_single()
H A Dpvcreate.c66 pp->pe_start = pv_pe_start(existing_pv); in pvcreate_restore_params_validate()
H A Dvgconvert.c123 pe_start = pv_pe_start(existing_pv); in vgconvert_single()
H A Dpvchange.c170 orig_pe_start = pv_pe_start(pv); in _pvchange_single()
/dflybsd-src/contrib/lvm2/dist/include/
H A Dmetadata-exported.h718 uint64_t pv_pe_start(const struct physical_volume *pv);
/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h718 uint64_t pv_pe_start(const struct physical_volume *pv);
H A Dmetadata.c3563 uint64_t pv_pe_start(const struct physical_volume *pv) in pv_pe_start() function