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

  /src/external/gpl2/lvm2/dist/tools/
vgsplit.c 54 struct volume_group *vg_with; local
68 vg_with = NULL;
76 if (vg_with) {
77 if (!pv_is_in_vg(vg_with, pv)) {
88 vg_with = vg_from;
92 vg_with = vg_to;
102 if (vg_with == vg_from)
vgsplit.c 54 struct volume_group *vg_with; local
68 vg_with = NULL;
76 if (vg_with) {
77 if (!pv_is_in_vg(vg_with, pv)) {
88 vg_with = vg_from;
92 vg_with = vg_to;
102 if (vg_with == vg_from)

Completed in 42 milliseconds