/drivers/md/ |
D | multipath.c | 47 !test_bit(Faulty, &rdev->flags)) { in multipath_map() 171 if (rdev && !test_bit(Faulty, &rdev->flags)) { in multipath_congested() 212 set_bit(Faulty, &rdev->flags); in multipath_error() 238 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf() 420 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
|
D | raid10.c | 502 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 538 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 777 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance() 781 test_bit(Faulty, &rdev->flags)) in read_balance() 875 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_congested() 910 if (test_bit(Faulty, &rdev->flags)) { in flush_pending_writes() 1095 if (test_bit(Faulty, &rdev->flags)) { in raid10_unplug() 1384 if (rdev && (test_bit(Faulty, &rdev->flags))) in raid10_write_request() 1386 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in raid10_write_request() 1666 set_bit(Faulty, &rdev->flags); in raid10_error() [all …]
|
D | raid1.c | 446 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 478 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 609 || test_bit(Faulty, &rdev->flags)) in read_balance() 766 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_congested() 795 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list() 1363 if (!rdev || test_bit(Faulty, &rdev->flags)) { in raid1_write_request() 1600 set_bit(Faulty, &rdev->flags); in raid1_error() 1602 set_bit(Faulty, &rdev->flags); in raid1_error() 1635 !test_bit(Faulty, &rdev->flags), in print_conf() 1675 && !test_bit(Faulty, &repl->flags) in raid1_spare_active() [all …]
|
D | md.c | 442 !test_bit(Faulty, &rdev->flags)) { in submit_flushes() 778 if (!test_bit(Faulty, &rdev->flags) in super_written() 807 if (test_bit(Faulty, &rdev->flags)) in md_super_write() 1130 clear_bit(Faulty, &rdev->flags); in super_90_validate() 1223 set_bit(Faulty, &rdev->flags); in super_90_validate() 1336 test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1352 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1627 clear_bit(Faulty, &rdev->flags); in super_1_validate() 1746 set_bit(Faulty, &rdev->flags); in super_1_validate() 1943 if (test_bit(Faulty, &rdev2->flags)) in super_1_sync() [all …]
|
D | raid5.c | 577 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 579 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 603 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 605 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 1050 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io() 1054 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io() 2685 set_bit(Faulty, &rdev->flags); in raid5_error() 3356 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe() 3482 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3489 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() [all …]
|
D | md.h | 134 Faulty, /* device is known to have a fault */ enumerator 718 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
|
D | dm-raid.c | 1313 clear_bit(Faulty, &rd->rdev.flags); in parse_raid_params() 2026 set_bit(Faulty, &rdev->flags); in read_disk_sb() 2081 if (!rs->dev[i].data_dev || test_bit(Faulty, &rs->dev[i].rdev.flags)) { in super_sync() 2408 set_bit(Faulty, &r->flags); in super_init_validation() 2470 if (test_and_clear_bit(Faulty, &rdev->flags)) { in super_validate() 2716 clear_bit(Faulty, &rdev->flags); in rs_setup_takeover() 3299 else if (test_bit(Faulty, &rdev->flags)) in __raid_dev_status() 3676 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices() 3702 clear_bit(Faulty, &r->flags); in attempt_restore_of_faulty_devices()
|
D | md-cluster.c | 565 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk() 566 clear_bit(Faulty, &rdev->flags); in process_readd_disk() 1074 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish() 1179 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
|
D | raid5-ppl.c | 376 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_write_stripe() 439 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_submit_iounit()
|
D | bitmap.c | 159 || test_bit(Faulty, &rdev->flags) in read_sb_page() 200 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
|
D | Kconfig | 171 tristate "Faulty test module for MD"
|
D | raid5-cache.c | 1620 ret = test_bit(Faulty, &log->rdev->flags); in r5l_log_disk_error()
|