Home
last modified time | relevance | path

Searched refs:create_pv_maps (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dpv_map.h50 struct dm_list *create_pv_maps(struct dm_pool *mem, struct volume_group *vg,
H A Dpv_map.c165 struct dm_list *create_pv_maps(struct dm_pool *mem, struct volume_group *vg, in create_pv_maps() function
H A Dlv_manip.c1219 if (!(pvms = create_pv_maps(ah->mem, vg, allocatable_pvs))) in _allocate()