Searched refs:errors_handled (Results 1 – 3 of 3) sorted by relevance
30 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) macro228 if (!errors_handled(ms)) in fail_mirror()366 if (!errors_handled(ms)) in recover()762 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()775 if (unlikely(ms->leg_failure) && errors_handled(ms) && !keep_log(ms)) { in do_writes()832 else if (errors_handled(ms) && !keep_log(ms)) in do_failures()866 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()1043 if (!errors_handled(ms) && keep_log(ms)) { in parse_features()1427 num_feature_args += !!errors_handled(ms); in mirror_status()1431 if (errors_handled(ms)) in mirror_status()
440 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled) in dm_rh_update_states() argument490 complete_resync_work(reg, errors_handled ? 0 : 1); in dm_rh_update_states()
69 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled);