Searched refs:DM_RAID1_HANDLE_ERRORS (Results 1 – 1 of 1) sorted by relevance
26 #define DM_RAID1_HANDLE_ERRORS 0x01 macro27 #define errors_handled(p) ((p)->features & DM_RAID1_HANDLE_ERRORS)1011 ms->features |= DM_RAID1_HANDLE_ERRORS; in parse_features()1397 if (ms->features & DM_RAID1_HANDLE_ERRORS) in mirror_status()