Lines Matching defs:new_pvl
1000 struct pv_list *new_pvl = NULL, *pvl2;
1022 new_pvl = pvl2;
1026 if (!new_pvl) {
1027 if (!(new_pvl = dm_pool_alloc(mem, sizeof(*new_pvl)))) {
1032 memcpy(new_pvl, pvl, sizeof(*new_pvl));
1039 new_pvl->pe_ranges = pe_ranges;
1040 dm_list_add(r, &new_pvl->list);
1044 if (!_parse_pes(mem, colon, new_pvl->pe_ranges, pv_dev_name(pvl->pv),
1119 struct pv_list *pvl, *new_pvl;
1129 if (!(new_pvl = dm_pool_zalloc(mem, sizeof(*new_pvl)))) {
1134 memcpy(new_pvl, pvl, sizeof(*new_pvl));
1135 dm_list_add(r, &new_pvl->list);