HomeSort by: relevance | last modified time | path
    Searched defs:existing_pv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/tools/
pvcreate.c 33 void *existing_pv; local
61 if (!(existing_pv = find_pv_in_vg_by_uuid(vg, pp->idp))) {
66 pp->pe_start = pv_pe_start(existing_pv);
67 pp->extent_size = pv_pe_size(existing_pv);
68 pp->extent_count = pv_pe_count(existing_pv);
vgconvert.c 24 struct physical_volume *pv, *existing_pv; local
121 existing_pv = pvl->pv;
123 pe_start = pv_pe_start(existing_pv);
124 pe_end = pv_pe_count(existing_pv) * pv_pe_size(existing_pv)
128 if (!(pv = pv_create(cmd, pv_dev(existing_pv),
129 &existing_pv->id, size, 0, 0,
130 pe_start, pv_pe_count(existing_pv),
131 pv_pe_size(existing_pv), pvmetadatacopies,
134 pv_dev_name(existing_pv));
    [all...]

Completed in 17 milliseconds