Home | History | Annotate | Download | only in metadata

Lines Matching defs:lvs

58  * Add other mirror legs to lvs list.
538 /* Remove mimage LVs from the segment */
584 * To successfully remove these unwanted LVs we need to
585 * remove the LVs from the mirror set, commit that metadata
621 * to resume 2 LVs, due to image removal: the mirror image
637 /* Save or delete the 'orphan' LVs */
1056 /* Loop through all LVs */
1057 dm_list_iterate_items(lvl, &vg->lvs) {
1093 struct dm_list *lvs;
1099 if (!(lvs = dm_pool_alloc(cmd->mem, sizeof(*lvs)))) {
1100 log_error("lvs list alloc failed");
1104 dm_list_init(lvs);
1106 /* Loop through all LVs except the one supplied */
1107 dm_list_iterate_items(lvl1, &vg->lvs) {
1123 dm_list_add(lvs, &lvl->list);
1131 return lvs;
1167 dm_list_iterate_items(lvl, &vg->lvs) {
1514 * create mirror image LVs