Lines Matching refs:errors_handled
33 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) macro
232 if (!errors_handled(ms)) in fail_mirror()
371 if (!errors_handled(ms)) in recover()
769 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()
782 if (unlikely(ms->leg_failure) && errors_handled(ms) && !keep_log(ms)) { in do_writes()
839 else if (errors_handled(ms) && !keep_log(ms)) in do_failures()
875 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()
1054 if (!errors_handled(ms) && keep_log(ms)) { in parse_features()
1438 num_feature_args += !!errors_handled(ms); in mirror_status()
1442 if (errors_handled(ms)) in mirror_status()
1459 DMEMIT(",handle_errors=%c", errors_handled(ms) ? 'y' : 'n'); in mirror_status()