Searched refs:pv_pe_start (Results 1 – 7 of 7) sorted by relevance
121 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()
66 pp->pe_start = pv_pe_start(existing_pv); in pvcreate_restore_params_validate()
123 pe_start = pv_pe_start(existing_pv); in vgconvert_single()
170 orig_pe_start = pv_pe_start(pv); in _pvchange_single()
718 uint64_t pv_pe_start(const struct physical_volume *pv);
3563 uint64_t pv_pe_start(const struct physical_volume *pv) in pv_pe_start() function