Lines Matching defs:pv
29 struct physical_volume *pv;
36 /* Is there a pv here already? */
38 if (!(pv = pv_read(cmd, name, &mdas, NULL, 1, 0))) {
46 * If a PV has no MDAs it may appear to be an
48 * another PV in the same VG. Detecting this
50 * PV on the system.
52 if (is_orphan(pv) && !dm_list_size(&mdas)) {
58 if (!(pv = pv_read(cmd, name, NULL, NULL, 1, 0))) {
65 if (is_orphan(pv))
72 "volume group \"%s\" without -ff", name, pv_vg_name(pv));
78 yes_no_prompt(_really_wipe, name, pv_vg_name(pv)) == 'n') {
86 !is_orphan(pv) ? " of volume group \"" : "",
87 !is_orphan(pv) ? pv_vg_name(pv) : "",
88 !is_orphan(pv) ? "\"" : "");