Lines Matching refs:allocatable_pvs
105 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
427 if (!(allocatable_pvs = _get_allocatable_pvs(cmd, argc, argv, in _set_up_pvmove()
435 allocatable_pvs, alloc, in _set_up_pvmove()