Home
last modified time | relevance | path

Searched refs:_for_each_pv (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dlv_manip.c786 static int _for_each_pv(struct cmd_context *cmd, struct logical_volume *lv, in _for_each_pv() function
823 if (!(r = _for_each_pv(cmd, seg_lv(seg, s), in _for_each_pv()
842 if (!(r = _for_each_pv(cmd, seg->log_lv, 0, seg->log_lv->le_count, in _for_each_pv()
939 if (!(r = _for_each_pv(cmd, prev_lvseg->lv, in _check_cling()
967 if (!(r = _for_each_pv(cmd, prev_lvseg->lv, in _check_contiguous()
1997 if (!_for_each_pv(cmd, lv, current_le, spvs->len, &spvs->len, in build_parallel_areas_from_lv()
/netbsd/src/external/gpl2/lvm2/dist/
DWHATS_NEW1014 Change _check_contiguous() to use _for_each_pv().
1015 Extend _for_each_pv() to allow termination without error.
1024 Fix _for_each_pv() for mirror with core log.
1043 Include mirror log (untested) in _for_each_pv() processing.
1045 Remove struct seg_pvs from _for_each_pv() to generalise.