Home
last modified time | relevance | path

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

/drivers/md/
Ddm-raid1.c27 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) macro
226 if (!errors_handled(ms)) in fail_mirror()
364 if (!errors_handled(ms)) in recover()
740 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()
753 if (unlikely(ms->leg_failure) && errors_handled(ms)) { in do_writes()
805 else if (errors_handled(ms)) in do_failures()
839 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()
Ddm-region-hash.c439 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled) in dm_rh_update_states() argument
489 complete_resync_work(reg, errors_handled ? 0 : 1); in dm_rh_update_states()