Home
last modified time | relevance | path

Searched refs:vg_add_snapshot (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dsnapshot_manip.c88 int vg_add_snapshot(struct logical_volume *origin, in vg_add_snapshot() function
H A Dmetadata-exported.h631 int vg_add_snapshot(struct logical_volume *origin, struct logical_volume *cow,
H A Dlv_manip.c3125 if (!vg_add_snapshot(org, lv, NULL, in lv_create_single()
/dflybsd-src/contrib/lvm2/dist/include/
H A Dmetadata-exported.h631 int vg_add_snapshot(struct logical_volume *origin, struct logical_volume *cow,
/dflybsd-src/contrib/lvm2/dist/lib/format1/
H A Dimport-export.c615 if (!vg_add_snapshot(org, cow, NULL, in import_snapshots()
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dlvconvert.c868 if (!vg_add_snapshot(org, lv, NULL, org->le_count, lp->chunk_size)) { in lvconvert_snapshot()
/dflybsd-src/contrib/lvm2/dist/
H A DWHATS_NEW718 Refactor vg_add_snapshot() and lv_create_empty().