errors_handled
if (!errors_handled(ms) && keep_log(ms)) {
num_feature_args += !!errors_handled(ms);
if (errors_handled(ms))
DMEMIT(",handle_errors=%c", errors_handled(ms) ? 'y' : 'n');
if (!errors_handled(ms))
if (!errors_handled(ms))
if (unlikely(ms->log_failure) && errors_handled(ms)) {
if (unlikely(ms->leg_failure) && errors_handled(ms) && !keep_log(ms)) {
else if (errors_handled(ms) && !keep_log(ms))
dm_rh_update_states(ms->rh, errors_handled(ms));
void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled)
complete_resync_work(reg, errors_handled ? 0 : 1);
void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled);