Searched refs:Faulty (Results 1 – 11 of 11) sorted by relevance
| /drivers/md/ |
| A D | raid10.c | 498 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 525 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 766 test_bit(Faulty, &rdev->flags)) in read_balance() 2021 set_bit(Faulty, &rdev->flags); in raid10_error() 2050 !test_bit(Faulty, &rdev->flags), in print_conf() 2090 set_bit(Faulty, &tmp->rdev->flags); in raid10_spare_active() 2204 if (!test_bit(Faulty, &rdev->flags) && in raid10_remove_disk() 2638 if (test_bit(Faulty, &rdev->flags)) in fix_read_error() 2711 test_bit(Faulty, &rdev->flags) || in fix_read_error() 2743 test_bit(Faulty, &rdev->flags) || in fix_read_error() [all …]
|
| A D | raid1.c | 480 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 509 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 1772 set_bit(Faulty, &rdev->flags); in raid1_error() 1804 !test_bit(Faulty, &rdev->flags), in print_conf() 1842 && !test_bit(Faulty, &repl->flags) in raid1_spare_active() 1853 set_bit(Faulty, &rdev->flags); in raid1_spare_active() 1860 && !test_bit(Faulty, &rdev->flags) in raid1_spare_active() 1907 if (!test_bit(Faulty, &rdev->flags) && in raid1_remove_conf() 2152 if (test_bit(Faulty, &rdev->flags)) in fix_sync_read_error() 2458 !test_bit(Faulty, &rdev->flags)) { in fix_read_error() [all …]
|
| A D | md.c | 1003 if (!test_bit(Faulty, &rdev->flags) in super_written() 1033 if (test_bit(Faulty, &rdev->flags)) in md_super_write() 1373 clear_bit(Faulty, &rdev->flags); in super_90_validate() 1467 set_bit(Faulty, &rdev->flags); in super_90_validate() 1877 clear_bit(Faulty, &rdev->flags); in super_1_validate() 2031 set_bit(Faulty, &rdev->flags); in super_1_validate() 2918 if (test_bit(Faulty, &flags) || in state_show() 2930 && !test_bit(Faulty, &flags))) in state_show() 2932 if (!test_bit(Faulty, &flags) && in state_show() 3103 clear_bit(Faulty, &rdev->flags); in state_store() [all …]
|
| A D | md.h | 224 Faulty, /* device is known to have a fault */ enumerator 959 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending() 1058 if (test_bit(Faulty, &rdev->flags)) in rdev_blocked()
|
| A D | raid5.c | 2796 if (!test_bit(Faulty, &rdev->flags)) { in raid5_end_read_request() 2917 set_bit(Faulty, &rdev->flags); in raid5_error() 3597 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe() 3712 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3720 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3740 && !test_bit(Faulty, &rdev->flags) in want_replace() 5420 if (test_bit(Faulty, &rdev->flags) || in raid5_read_one_chunk() 8122 set_bit(Faulty, &rdev->flags); in raid5_spare_active() 8129 && !test_bit(Faulty, &rdev->flags) in raid5_spare_active() 8189 if (!test_bit(Faulty, &rdev->flags) && in raid5_remove_disk() [all …]
|
| A D | md-cluster.c | 473 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in process_suspend_info() 585 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk() 586 clear_bit(Faulty, &rdev->flags); in process_readd_disk() 1109 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish() 1307 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
|
| A D | raid1-10.c | 123 if (test_bit(Faulty, &rdev->flags)) in raid1_submit_write()
|
| A D | dm-raid.c | 1330 clear_bit(Faulty, &rd->rdev.flags); in parse_raid_params() 2074 set_bit(Faulty, &rdev->flags); in read_disk_sb() 2129 if (!rs->dev[i].data_dev || test_bit(Faulty, &rs->dev[i].rdev.flags)) { in super_sync() 2450 set_bit(Faulty, &r->flags); in super_init_validation() 2512 if (test_and_clear_bit(Faulty, &rdev->flags)) { in super_validate() 2769 clear_bit(Faulty, &rdev->flags); in rs_setup_takeover() 3424 else if (test_bit(Faulty, &rdev->flags)) in __raid_dev_status() 3886 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices() 3912 clear_bit(Faulty, &r->flags); in attempt_restore_of_faulty_devices()
|
| A D | raid5-ppl.c | 378 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() 624 if (rdev && !test_bit(Faulty, &rdev->flags)) in ppl_do_flush()
|
| A D | md-bitmap.c | 367 test_bit(Faulty, &rdev->flags) || in read_sb_page() 402 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
|
| A D | raid5-cache.c | 1598 return test_bit(Faulty, &log->rdev->flags); in r5l_log_disk_error()
|
Completed in 98 milliseconds