Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-raid1.c33 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS) macro
233 if (!errors_handled(ms)) in fail_mirror()
372 if (!errors_handled(ms)) in recover()
770 if (unlikely(ms->log_failure) && errors_handled(ms)) { in do_writes()
783 if (unlikely(ms->leg_failure) && errors_handled(ms) && !keep_log(ms)) { in do_writes()
840 else if (errors_handled(ms) && !keep_log(ms)) in do_failures()
876 dm_rh_update_states(ms->rh, errors_handled(ms)); in do_mirror()
1055 if (!errors_handled(ms) && keep_log(ms)) { in parse_features()
1439 num_feature_args += !!errors_handled(ms); in mirror_status()
1443 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()
/openbmc/linux/include/linux/
H A Ddm-region-hash.h72 void dm_rh_update_states(struct dm_region_hash *rh, int errors_handled);