Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddm-region-hash.h69 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled);
/linux-4.1.27/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()
749 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()
762 if (unlikely(ms->leg_failure) && errors_handled(ms)) { in do_writes()
814 else if (errors_handled(ms)) in do_failures()
848 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()
Ddm-region-hash.c440 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled) in dm_rh_update_states() argument
490 complete_resync_work(reg, errors_handled ? 0 : 1); in dm_rh_update_states()