Home | History | Annotate | Download | only in tools

Lines Matching refs:pvl

106 	struct pv_list *pvl;
117 pvl = dm_list_item(pvh, struct pv_list);
120 if ((alloc != ALLOC_ANYWHERE) && (pvl->pv->dev == pv_dev(pv))) {
121 dm_list_del(&pvl->list);
126 if ((pvl->pv->pe_count == pvl->pv->pe_alloc_count))
127 dm_list_del(&pvl->list);
149 struct pv_list *pvl;
153 pvl = dm_list_item(source_pvl->n, struct pv_list);
157 pvl, lvs_changed))