Home
last modified time | relevance | path

Searched refs:le_count (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/lvm2/dist/tools/
H A Dlvresize.c383 lp->extents += lv->le_count; in _lvresize()
386 if (lp->extents >= lv->le_count) { in _lvresize()
400 if (lp->extents == lv->le_count) { in _lvresize()
409 seg_size = lp->extents - lv->le_count; in _lvresize()
423 if ((lp->extents > lv->le_count) && in _lvresize()
464 if ((lp->extents > lv->le_count)) { in _lvresize()
485 if (lp->extents < lv->le_count) { in _lvresize()
540 if (lp->extents < lv->le_count) { in _lvresize()
544 lp->extents, lv->le_count); in _lvresize()
552 lv->le_count); in _lvresize()
[all …]
H A Dpvmove.c155 prev_le_count = lv_mirr->le_count; in _insert_pvmove_mirrors()
161 if (lv_mirr->le_count - prev_le_count) { in _insert_pvmove_mirrors()
165 lv_mirr->le_count - prev_le_count, in _insert_pvmove_mirrors()
244 if (!lv_mirr->le_count) { in _set_up_pvmove_lv()
H A Dlvconvert.c515 lv->le_count, in _lv_update_log_type()
703 lv->le_count, in _lvconvert_mirrors()
747 lv->le_count, in _lvconvert_mirrors()
868 if (!vg_add_snapshot(org, lv, NULL, org->le_count, lp->chunk_size)) { in lvconvert_snapshot()
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dimport-extents.c69 * ll->lv->le_count))) in _create_lv_maps()
148 if (le >= lvm->lv->le_count) { in _fill_maps()
173 for (i = 0; i < lvm->lv->le_count; i++) { in _check_single_map()
220 while (le < lvm->lv->le_count) { in _read_linear()
271 if (lvm->lv->le_count % lvm->stripes) { in _read_stripes()
274 lvm->stripes, lvm->lv->le_count, lvm->lv->name); in _read_stripes()
277 total_area_len = lvm->lv->le_count / lvm->stripes; in _read_stripes()
H A Dimport-export.c340 lv->le_count = lvd->lv_allocated_le; in import_lv()
382 lvd->lv_allocated_le = lv->le_count; in _export_lv()
418 s * (lv->le_count / seg->area_count); in export_extents()
616 org->le_count, in import_snapshots()
H A Dformat1.c342 if (lv->le_count > MAX_LE_TOTAL) { in _format1_lv_setup()
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dlv_manip.c431 lv->le_count -= extents; in _lv_reduce()
659 lv->le_count, in _setup_alloced_segment()
675 lv->le_count += extents; in _setup_alloced_segment()
1297 lv->le_count += extents; in lv_add_virtual_segment()
1610 lv->le_count += extents; in _lv_extend_mirror()
1926 lv->le_count = 0; in lv_create_empty()
2400 lv_to->le_count = lv_from->le_count; in _move_lv_segments()
2403 lv_from->le_count = 0; in _move_lv_segments()
2434 parent->le_count != layer_lv->le_count) in remove_layer_from_lv()
2537 lv_where->le_count = layer_lv->le_count; in insert_layer_for_lv()
[all …]
H A Dmerge.c245 if (le != lv->le_count) { in check_lv_segments()
247 lv->name, le, lv->le_count); in check_lv_segments()
H A Dsnapshot_manip.c113 snap->le_count = extent_count; in vg_add_snapshot()
H A Dmirror.c1201 lv->le_count, in add_mirrors_to_segments()
1205 lv->le_count, allocatable_pvs, alloc, in add_mirrors_to_segments()
1484 stripes, mirrors, log_count, region_size, lv->le_count, in add_mirror_images()
H A Dmetadata-exported.h327 uint32_t le_count; member
H A Dmetadata.c1000 if (!_recalc_extents(&lv->le_count, lv->name, "", old_size, in vg_set_extent_size()
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c471 inkernel ? info.open_count : 0, lv->size, lv->le_count, in lvdisplay_colons()
554 snap_seg ? snap_seg->origin->le_count : lv->le_count); in lvdisplay_full()
559 log_print("COW-table LE %u", lv->le_count); in lvdisplay_full()
/dragonfly/contrib/lvm2/dist/lib/format_pool/
H A Dimport_export.c71 lv->le_count = 0; in import_pool_lvs()
99 lv->le_count = lv->size / POOL_PE_SIZE; in import_pool_lvs()
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c288 lv->le_count += seg->len; in _insert_segment()
590 lv->size = (uint64_t) lv->le_count * (uint64_t) vg->extent_size; in _read_lvsegs()
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata-exported.h327 uint32_t le_count; member