| /src/external/gpl2/lvm2/dist/lib/snapshot/ |
| snapshot.c | 41 struct logical_volume *org, *cow; local 53 log_error("Snapshot cow storage not specified."); 65 if (!(cow = find_lv(seg->lv->vg, cow_name))) { 67 "snapshot cow store."); 77 init_snapshot_seg(seg, org, cow, chunk_size); 86 outf(f, "cow_store = \"%s\"", seg->cow->name); 198 if (!(name = build_dm_name(vg->cmd->mem, vg->name, seg->cow->name, NULL))) 232 if (!(name = build_dm_name(vg->cmd->mem, vg->name, seg->cow->name, NULL)))
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgreduce.c | 56 struct logical_volume *cow; local 85 cow = snap_seg->cow; 95 if (!vg_remove_snapshot(cow)) 97 log_verbose("Removing LV %s from VG %s", cow->name, 99 if (!lv_remove(cow))
|
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| import-export.c | 567 struct logical_volume *org, *cow; local 603 cow = lvs[lvnum]; 611 if (lv_is_cow(cow)) 615 if (!vg_add_snapshot(org, cow, NULL,
|
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 237 * - cow (lv_name is visible to the user) 297 struct logical_volume *cow; member in struct:lv_segment 622 /* Given a cow LV, return return the snapshot lv_segment that uses it */ 625 /* Given a cow LV, return its origin */ 629 struct logical_volume *cow, uint32_t chunk_size); 631 int vg_add_snapshot(struct logical_volume *origin, struct logical_volume *cow, 635 int vg_remove_snapshot(struct logical_volume *cow);
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| metadata-exported.h | 237 * - cow (lv_name is visible to the user) 297 struct logical_volume *cow; member in struct:lv_segment 622 /* Given a cow LV, return return the snapshot lv_segment that uses it */ 625 /* Given a cow LV, return its origin */ 629 struct logical_volume *cow, uint32_t chunk_size); 631 int vg_add_snapshot(struct logical_volume *origin, struct logical_volume *cow, 635 int vg_remove_snapshot(struct logical_volume *cow);
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-deptree.c | 84 struct dm_tree_node *cow; /* Snapshot */ member in struct:load_segment 1461 if (!_build_dev_string(cowbuf, sizeof(cowbuf), seg->cow)) 1718 seg->cow = NULL; 1779 seg->cow = cow_node;
|