Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvconvert.c500 static int _using_corelog(struct logical_volume *lv) in _using_corelog() function
511 if (_using_corelog(lv) && !corelog) { in _lv_update_log_type()
519 } else if (!_using_corelog(lv) && corelog) { in _lv_update_log_type()
770 if (_using_corelog(lv) != corelog) { in _lvconvert_mirrors()