Home
last modified time | relevance | path

Searched refs:errors_handled (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-raid1.c33 #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()
[all …]
H A Ddm-region-hash.c443 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled) in dm_rh_update_states() argument
493 complete_resync_work(reg, errors_handled ? 0 : 1); in dm_rh_update_states()
/linux/include/linux/
H A Ddm-region-hash.h72 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled);