Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvresize.c614 !lv_extend(lv, lp->segtype, lp->stripes, in _lvresize()
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h502 int lv_extend(struct logical_volume *lv,
H A Dlv_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()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h502 int lv_extend(struct logical_volume *lv,
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW1300 Split lv_extend into two steps: choosing extents + allocation to LV(s).
1532 Test for incompatible format/segtype combinations in lv_extend.