Searched refs:Faulty (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | multipath.c | 166 if (rdev && !test_bit(Faulty, &rdev->flags)) { in multipath_congested() 208 set_bit(Faulty, &rdev->flags); in multipath_error() 236 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf() 446 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
|
D | raid1.c | 447 !test_bit(Faulty, &conf->mirrors[mirror].rdev->flags)) in raid1_end_write_request() 561 || test_bit(Faulty, &rdev->flags)) in read_balance() 691 if (test_bit(Faulty, &rdev->flags)) { in read_balance() 725 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_mergeable_bvec() 755 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_congested() 1271 if (!rdev || test_bit(Faulty, &rdev->flags) in make_request() 1501 set_bit(Faulty, &rdev->flags); in error() 1503 set_bit(Faulty, &rdev->flags); in error() 1536 !test_bit(Faulty, &rdev->flags), in print_conf() 1580 && !test_bit(Faulty, &repl->flags) in raid1_spare_active() [all …]
|
D | raid10.c | 499 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 733 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_mergeable_bvec() 745 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_mergeable_bvec() 823 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance() 828 test_bit(Faulty, &rdev->flags) || in read_balance() 896 if (test_bit(Faulty, &rdev->flags)) { in read_balance() 927 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_congested() 1329 if (rdev && (test_bit(Faulty, &rdev->flags) in __make_request() 1332 if (rrdev && (test_bit(Faulty, &rrdev->flags) in __make_request() 1682 set_bit(Faulty, &rdev->flags); in error() [all …]
|
D | dm-raid.c | 819 test_bit(Faulty, &(rs->dev[i].rdev.flags))) in super_sync() 1021 set_bit(Faulty, &r->flags); in super_init_validation() 1050 if (test_bit(Faulty, &rdev->flags)) { in super_validate() 1051 clear_bit(Faulty, &rdev->flags); in super_validate() 1407 if (test_bit(Faulty, &rs->dev[i].rdev.flags)) in raid_status() 1636 if (test_bit(Faulty, &r->flags) && r->sb_page && in attempt_restore_of_faulty_devices() 1659 clear_bit(Faulty, &r->flags); in attempt_restore_of_faulty_devices()
|
D | md.c | 408 !test_bit(Faulty, &rdev->flags)) { in submit_flushes() 1067 clear_bit(Faulty, &rdev->flags); in super_90_validate() 1160 set_bit(Faulty, &rdev->flags); in super_90_validate() 1271 test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1287 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1555 clear_bit(Faulty, &rdev->flags); in super_1_validate() 1659 set_bit(Faulty, &rdev->flags); in super_1_validate() 1812 if (test_bit(Faulty, &rdev2->flags)) in super_1_sync() 1965 if (test_bit(Faulty, &rdev->flags)) in md_integrity_register() 2315 if (test_bit(Faulty, &rdev->flags)) in md_update_sb() [all …]
|
D | md.h | 131 Faulty, /* device is known to have a fault */ enumerator 684 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
|
D | raid5.c | 598 if (rdev && test_bit(Faulty, &rdev->flags)) in calc_degraded() 600 if (!rdev || test_bit(Faulty, &rdev->flags)) in calc_degraded() 624 if (rdev && test_bit(Faulty, &rdev->flags)) in calc_degraded() 626 if (!rdev || test_bit(Faulty, &rdev->flags)) in calc_degraded() 940 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io() 944 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io() 2521 set_bit(Faulty, &rdev->flags); in error() 3214 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3221 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3241 && !test_bit(Faulty, &rdev->flags) in want_replace() [all …]
|
D | md-cluster.c | 420 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk() 421 clear_bit(Faulty, &rdev->flags); in process_readd_disk()
|
D | bitmap.c | 156 || test_bit(Faulty, &rdev->flags)) in read_sb_page() 196 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
|
D | Kconfig | 170 tristate "Faulty test module for MD"
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1132 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
|