| /src/external/gpl2/lvm2/dist/tools/ |
| lvchange.c | 158 struct logical_volume *log_lv; local 217 log_lv = first_seg(lv)->log_lv; 222 (log_lv) ? "disk-logged" : "core-logged", 226 * If this mirror has a core log (i.e. !log_lv), 231 if (!log_lv && !(lv->status & MIRROR_NOTSYNCED)) { 242 if (log_lv) { 248 if (!attach_mirror_log(first_seg(lv), log_lv)) 257 if (!attach_mirror_log(first_seg(lv), log_lv)) 266 if (!activate_lv(cmd, log_lv)) { [all...] |
| lvconvert.c | 502 return !first_seg(_original_lv(lv))->log_lv; 535 struct logical_volume *log_lv, *layer_lv; local 592 log_lv=first_seg(lv)->log_lv; 593 if (!log_lv || log_lv->status & PARTIAL_LV) 739 if (seg->log_lv && !_insert_lvconvert_layer(cmd, lv)) {
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| mirror.c | 244 struct logical_volume *log_lv, int in_sync, 249 uint32_t orig_status = log_lv->status; 259 if (lv_info(cmd, log_lv, &info, 0, 0) && info.exists) { 260 if (!deactivate_lv(cmd, log_lv)) 266 lv_set_visible(log_lv); 270 if (!str_list_add(cmd->mem, &log_lv->tags, sl->str)) { 276 if (!vg_write(log_lv->vg) || !vg_commit(log_lv->vg)) 279 backup(log_lv->vg); 281 if (!activate_lv(cmd, log_lv)) { 409 struct logical_volume *log_lv; local 1279 struct logical_volume *log_lv; local 1313 struct logical_volume *log_lv; local 1384 struct logical_volume *log_lv; local 1466 struct logical_volume *log_lv = NULL; local [all...] |
| metadata-exported.h | 302 struct logical_volume *log_lv; member in struct:lv_segment
|
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 302 struct logical_volume *log_lv; member in struct:lv_segment
|