HomeSort by: relevance | last modified time | path
    Searched defs:vg_write (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
metadata.h 121 * a VG or calling vg_write() a second time if splitting a VG
124 * vg_write() should not read or write from any PVs not included
128 int (*vg_write) (struct format_instance * fid, struct volume_group * vg, member in struct:metadata_area_ops
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.h 121 * a VG or calling vg_write() a second time if splitting a VG
124 * vg_write() should not read or write from any PVs not included
128 int (*vg_write) (struct format_instance * fid, struct volume_group * vg, member in struct:metadata_area_ops
metadata.c 2217 * After vg_write() returns success,
2220 int vg_write(struct volume_group *vg) function
2247 log_error("Aborting vg_write: No metadata areas to write to!");
2260 if (!mda->ops->vg_write) {
2274 if (!mda->ops->vg_write(vg->fid, vg, mda)) {
2730 if (!vg_write(correct_vg)) {

Completed in 15 milliseconds