Home
last modified time | relevance | path

Searched refs:allocatable_pvs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dpvmove.c105 struct dm_list *allocatable_pvs, *pvht, *pvh; in _get_allocatable_pvs() local
109 allocatable_pvs = create_pv_list(cmd->mem, vg, argc, argv, 1); in _get_allocatable_pvs()
111 allocatable_pvs = clone_pv_list(cmd->mem, &vg->pvs); in _get_allocatable_pvs()
113 if (!allocatable_pvs) in _get_allocatable_pvs()
116 dm_list_iterate_safe(pvh, pvht, allocatable_pvs) { in _get_allocatable_pvs()
130 if (dm_list_empty(allocatable_pvs)) { in _get_allocatable_pvs()
135 return allocatable_pvs; in _get_allocatable_pvs()
177 struct dm_list *allocatable_pvs, in _set_up_pvmove_lv() argument
250 allocatable_pvs, alloc, MIRROR_BY_SEG)) { in _set_up_pvmove_lv()
355 struct dm_list *allocatable_pvs; in _set_up_pvmove() local
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dpv_map.c166 struct dm_list *allocatable_pvs) in create_pv_maps() argument
177 if (!_create_maps(mem, allocatable_pvs, pvms)) { in create_pv_maps()
H A Dpv_map.h51 struct dm_list *allocatable_pvs);
H A Dmetadata-exported.h507 uint32_t status, struct dm_list *allocatable_pvs,
670 struct dm_list *allocatable_pvs, alloc_policy_t alloc);
676 struct dm_list *allocatable_pvs, alloc_policy_t alloc,
684 struct dm_list *allocatable_pvs, alloc_policy_t alloc);
H A Dmirror.c1186 struct dm_list *allocatable_pvs, alloc_policy_t alloc) in add_mirrors_to_segments() argument
1205 lv->le_count, allocatable_pvs, alloc, in add_mirrors_to_segments()
1376 struct dm_list *allocatable_pvs, alloc_policy_t alloc) in add_mirror_log() argument
1427 allocatable_pvs, alloc, parallel_areas); in add_mirror_log()
1459 struct dm_list *allocatable_pvs, alloc_policy_t alloc, in add_mirror_images() argument
1485 allocatable_pvs, alloc, parallel_areas); in add_mirror_images()
H A Dlv_alloc.h53 struct dm_list *allocatable_pvs,
H A Dlv_manip.c1194 struct dm_list *allocatable_pvs) in _allocate() argument
1219 if (!(pvms = create_pv_maps(ah->mem, vg, allocatable_pvs))) in _allocate()
1314 struct dm_list *allocatable_pvs, in allocate_extents() argument
1344 1, allocatable_pvs)) { in allocate_extents()
1625 uint32_t status, struct dm_list *allocatable_pvs, in lv_extend() argument
1635 extents, allocatable_pvs, alloc, NULL))) in lv_extend()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h507 uint32_t status, struct dm_list *allocatable_pvs,
670 struct dm_list *allocatable_pvs, alloc_policy_t alloc);
676 struct dm_list *allocatable_pvs, alloc_policy_t alloc,
684 struct dm_list *allocatable_pvs, alloc_policy_t alloc);
H A Dlv_alloc.h53 struct dm_list *allocatable_pvs,