HomeSort by: relevance | last modified time | path
    Searched refs:vg_write (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/lvm2/dist/tools/
vgexport.c 44 if (!vg_write(vg) || !vg_commit(vg))
vgimport.c 48 if (!vg_write(vg) || !vg_commit(vg))
vgchange.c 199 if (!vg_write(vg) || !vg_commit(vg)) {
238 if (!vg_write(vg) || !vg_commit(vg)) {
275 if (!vg_write(vg) || !vg_commit(vg)) {
302 if (!vg_write(vg) || !vg_commit(vg)) {
334 if (!vg_write(vg) || !vg_commit(vg)) {
373 if (!vg_write(vg) || !vg_commit(vg)) {
419 if (!vg_write(vg) || !vg_commit(vg)) {
456 if (!vg_write(vg) || !vg_commit(vg)) {
vgextend.c 73 if (!vg_write(vg) || !vg_commit(vg))
lvchange.c 59 if (!vg_write(lv->vg))
246 if (!vg_write(lv->vg)) {
293 if (!vg_write(lv->vg) || !vg_commit(lv->vg)) {
331 if (!vg_write(lv->vg) || !vg_commit(lv->vg))
380 if (!vg_write(lv->vg))
460 if (!vg_write(lv->vg) || !vg_commit(lv->vg))
509 if (!vg_write(lv->vg) || !vg_commit(lv->vg))
vgsplit.c 443 if (!vg_write(vg_to) || !vg_commit(vg_to))
454 if (!vg_write(vg_from) || !vg_commit(vg_from))
476 if (!vg_write(vg_to) || !vg_commit(vg_to))
vgcreate.c 116 if (!vg_write(vg) || !vg_commit(vg))
vgreduce.c 238 if (!vg_write(vg)) {
314 if (!vg_write(vg)) {
440 if (!vg_write(vg) || !vg_commit(vg)) {
552 if (!vg_write(vg) || !vg_commit(vg)) {
pvmove.c 285 if (!vg_write(vg)) {
483 if (!vg_write(vg)) {
536 if (!vg_write(vg) || !vg_commit(vg)) {
pvresize.c 150 if (!vg_write(vg) || !vg_commit(vg)) {
vgmerge.c 140 if (!vg_write(vg_to) || !vg_commit(vg_to))
vgrename.c 154 if (!vg_write(vg) || !vg_commit(vg)) {
lvconvert.c 287 if (!vg_write(vg))
754 !lv_remove(layer_lv) || !vg_write(lv->vg) ||
785 if (!vg_write(lv->vg))
874 if (!vg_write(lv->vg))
pvchange.c 191 if (!vg_write(vg) || !vg_commit(vg)) {
  /src/external/gpl2/lvm2/dist/lib/format_text/
archiver.c 345 if (!vg_write(vg) || !vg_commit(vg))
409 if (!(r = mda->ops->vg_write(tf, vg, mda))) {
format-text.c 1635 .vg_write = _vg_write_file,
1642 .vg_write = _vg_write_file,
1650 .vg_write = _vg_write_raw,
  /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
metadata-exported.h 382 int vg_write(struct volume_group *vg);
  /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
mirror.c 276 if (!vg_write(log_lv->vg) || !vg_commit(log_lv->vg))
337 if (!vg_write(log_lv->vg) || !vg_commit(log_lv->vg))
366 if (!vg_write(mirror_lv->vg) ||
589 if (!vg_write(mirrored_seg->lv->vg)) {
1542 !vg_write(log_lv->vg) ||
lv_manip.c 1815 if (!vg_write(vg))
2137 if (!vg_write(vg) || !vg_commit(vg))
2498 if (!vg_write(lv_where->vg)) {
2831 if (!vg_write(vg) || !vg_commit(vg))
3068 if (!vg_write(vg) || !vg_commit(vg))
3132 if (!vg_write(vg))
3170 if (!lv_remove(lv) || !vg_write(vg) || !vg_commit(vg))
metadata-exported.h 382 int vg_write(struct volume_group *vg);
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)) {
  /src/external/gpl2/lvm2/dist/liblvm/
lvm_vg.c 122 if (!vg_write(vg) || !vg_commit(vg))
  /src/external/gpl2/lvm2/dist/lib/format1/
format1.c 248 struct dm_pool *mem = dm_pool_create("lvm1 vg_write", VG_MEMPOOL_CHUNK);
453 .vg_write = _format1_vg_write,

Completed in 58 milliseconds

1 2