Home
last modified time | relevance | path

Searched refs:lv_extend (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/tools/
HDlvresize.c614 !lv_extend(lv, lp->segtype, lp->stripes, in _lvresize()
/dragonfly/contrib/lvm2/dist/lib/metadata/
HDmetadata-exported.h502 int lv_extend(struct logical_volume *lv,
HDlv_manip.c1619 int lv_extend(struct logical_volume *lv, in lv_extend() function
2826 if (!lv_extend(lv, segtype, 1, 0, 1, voriginextents, NULL, 0u, 0u, in _create_virtual_origin()
3049 if (!lv_extend(lv, lp->segtype, lp->stripes, lp->stripe_size, in lv_create_single()
/dragonfly/contrib/lvm2/dist/include/
HDmetadata-exported.h502 int lv_extend(struct logical_volume *lv,
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW1300 Split lv_extend into two steps: choosing extents + allocation to LV(s).
1532 Test for incompatible format/segtype combinations in lv_extend.