/linux-6.3-rc2/drivers/md/ |
A D | md-multipath.c | 39 !test_bit(Faulty, &rdev->flags)) { in multipath_map() 176 set_bit(Faulty, &rdev->flags); in multipath_error() 201 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf() 382 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
|
A D | raid10.c | 502 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 534 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 785 test_bit(Faulty, &rdev->flags)) in read_balance() 915 if (test_bit(Faulty, &rdev->flags)) { in flush_pending_writes() 1130 if (test_bit(Faulty, &rdev->flags)) { in raid10_unplug() 2048 set_bit(Faulty, &rdev->flags); in raid10_error() 2078 !test_bit(Faulty, &rdev->flags), in print_conf() 2118 set_bit(Faulty, &tmp->rdev->flags); in raid10_spare_active() 2232 if (!test_bit(Faulty, &rdev->flags) && in raid10_remove_disk() 2727 if (test_bit(Faulty, &rdev->flags)) in fix_read_error() [all …]
|
A D | raid1.c | 481 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 515 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 649 || test_bit(Faulty, &rdev->flags)) in read_balance() 805 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list() 1679 set_bit(Faulty, &rdev->flags); in raid1_error() 1711 !test_bit(Faulty, &rdev->flags), in print_conf() 1750 && !test_bit(Faulty, &repl->flags) in raid1_spare_active() 1761 set_bit(Faulty, &rdev->flags); in raid1_spare_active() 1768 && !test_bit(Faulty, &rdev->flags) in raid1_spare_active() 2036 if (test_bit(Faulty, &rdev->flags)) in fix_sync_read_error() [all …]
|
A D | md.c | 920 if (!test_bit(Faulty, &rdev->flags) in super_written() 950 if (test_bit(Faulty, &rdev->flags)) in md_super_write() 1281 clear_bit(Faulty, &rdev->flags); in super_90_validate() 1376 set_bit(Faulty, &rdev->flags); in super_90_validate() 1792 clear_bit(Faulty, &rdev->flags); in super_1_validate() 1915 set_bit(Faulty, &rdev->flags); in super_1_validate() 2874 if (test_bit(Faulty, &flags) || in state_show() 2886 && !test_bit(Faulty, &flags))) in state_show() 2888 if (!test_bit(Faulty, &flags) && in state_show() 3063 clear_bit(Faulty, &rdev->flags); in state_store() [all …]
|
A D | raid5.c | 2839 if (!test_bit(Faulty, &rdev->flags)) { in raid5_end_read_request() 2965 set_bit(Faulty, &rdev->flags); in raid5_error() 3667 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe() 3793 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3800 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync() 3822 && !test_bit(Faulty, &rdev->flags) in want_replace() 5531 if (test_bit(Faulty, &rdev->flags) || in raid5_read_one_chunk() 8161 set_bit(Faulty, &rdev->flags); in raid5_spare_active() 8168 && !test_bit(Faulty, &rdev->flags) in raid5_spare_active() 8228 if (!test_bit(Faulty, &rdev->flags) && in raid5_remove_disk() [all …]
|
A D | md-cluster.c | 463 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in process_suspend_info() 564 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk() 565 clear_bit(Faulty, &rdev->flags); in process_readd_disk() 1086 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish() 1270 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
|
A D | md.h | 143 Faulty, /* device is known to have a fault */ enumerator 806 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
|
A D | dm-raid.c | 1324 clear_bit(Faulty, &rd->rdev.flags); in parse_raid_params() 2046 set_bit(Faulty, &rdev->flags); in read_disk_sb() 2101 if (!rs->dev[i].data_dev || test_bit(Faulty, &rs->dev[i].rdev.flags)) { in super_sync() 2426 set_bit(Faulty, &r->flags); in super_init_validation() 2488 if (test_and_clear_bit(Faulty, &rdev->flags)) { in super_validate() 2741 clear_bit(Faulty, &rdev->flags); in rs_setup_takeover() 3409 else if (test_bit(Faulty, &rdev->flags)) in __raid_dev_status() 3831 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices() 3857 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() 625 if (rdev && !test_bit(Faulty, &rdev->flags)) in ppl_do_flush()
|
A D | md-bitmap.c | 160 || test_bit(Faulty, &rdev->flags) in read_sb_page() 201 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
|
A D | Kconfig | 172 tristate "Faulty test module for MD (deprecated)"
|
A D | raid5-cache.c | 1600 return test_bit(Faulty, &log->rdev->flags); in r5l_log_disk_error()
|
/linux-6.3-rc2/arch/arm/ |
A D | Kconfig | 738 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
|