Lines Matching refs:errors_handled
30 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) macro
228 if (!errors_handled(ms)) in fail_mirror()
365 if (!errors_handled(ms)) in recover()
760 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()
773 if (unlikely(ms->leg_failure) && errors_handled(ms) && !keep_log(ms)) { in do_writes()
830 else if (errors_handled(ms) && !keep_log(ms)) in do_failures()
864 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()
1041 if (!errors_handled(ms) && keep_log(ms)) { in parse_features()
1425 num_feature_args += !!errors_handled(ms); in mirror_status()
1429 if (errors_handled(ms)) in mirror_status()
1446 DMEMIT(",handle_errors=%c", errors_handled(ms) ? 'y' : 'n'); in mirror_status()