Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/liblvm/
H A D.exported_symbols32 lvm_vg_remove
H A Dlvm2app.h408 int lvm_vg_remove(vg_t vg);
H A Dlvm_vg.c146 int lvm_vg_remove(vg_t vg) in lvm_vg_remove() function
/dragonfly/contrib/lvm2/dist/include/
H A Dlvm2app.h408 int lvm_vg_remove(vg_t vg);
/dragonfly/contrib/lvm2/dist/test/api/
H A Dvgtest.c81 status = lvm_vg_remove(vg); \
H A Dtest.c402 rc = lvm_vg_remove(vg); in _vg_remove()
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW103 Update lvm_vg_remove to require lvm_vg_write to commit remove to disk.
104 Update test/api/test.c to call lvm_vg_create and lvm_vg_remove.