OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vg_from
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
vgmerge.c
36
struct volume_group *vg_to, *
vg_from
;
local
50
vg_from
= _vgmerge_vg_read(cmd, vg_name_from);
51
if (!
vg_from
) {
58
unlock_and_release_vg(cmd,
vg_from
, vg_name_from);
68
vg_from
= _vgmerge_vg_read(cmd, vg_name_from);
69
if (!
vg_from
) {
76
if (!vgs_are_compatible(cmd,
vg_from
, vg_to))
81
if (!archive(
vg_from
) || !archive(vg_to))
84
drop_cached_metadata(
vg_from
);
87
while (!dm_list_empty(&
vg_from
->pvs))
[
all
...]
vgsplit.c
32
static int _move_one_lv(struct volume_group *
vg_from
,
48
static int _move_lvs(struct volume_group *
vg_from
, struct volume_group *vg_to)
57
dm_list_iterate_safe(lvh, lvht, &
vg_from
->lvs) {
87
if (pv_is_in_vg(
vg_from
, pv)) {
88
vg_with =
vg_from
;
102
if (vg_with ==
vg_from
)
106
if (!_move_one_lv(
vg_from
, vg_to, lvh))
116
* Move the hidden / internal "snapshotN" LVs.from '
vg_from
' to 'vg_to'.
118
static int _move_snapshots(struct volume_group *
vg_from
,
127
dm_list_iterate_safe(lvh, lvht, &
vg_from
->lvs)
257
struct volume_group *
vg_from
;
local
285
struct volume_group *vg_to = NULL, *
vg_from
= NULL;
local
[
all
...]
Completed in 48 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026