Home | History | Annotate | Download | only in tools

Lines Matching defs:corelog

508 			       int corelog)
511 if (_using_corelog(lv) && !corelog) {
519 } else if (!_using_corelog(lv) && corelog) {
533 unsigned corelog = 0;
594 failed_log = corelog = 1;
609 corelog = 1;
612 corelog ? "core" : DEFAULT_MIRRORLOG);
614 if (corelog) {
615 log_error("--mirrorlog disk and --corelog "
619 corelog = 0;
621 corelog = 1;
674 (corelog || lp->mirrors == 1) ? 1U : 0U,
678 !_lv_update_log_type(cmd, lp, lv, corelog))
705 corelog ? 0U : 1U, lp->pvh, lp->alloc,
735 if (!_lv_update_log_type(cmd, lp, lv, corelog))
743 /* FIXME: can't have multiple mlogs. force corelog. */
770 if (_using_corelog(lv) != corelog) {
771 if (!_lv_update_log_type(cmd, lp, lv, corelog))
809 failed_log = corelog = 0;