Home
last modified time | relevance | path

Searched refs:Faulty (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/md/
A Draid10.c475 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
507 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
758 test_bit(Faulty, &rdev->flags)) in read_balance()
889 if (test_bit(Faulty, &rdev->flags)) { in flush_pending_writes()
1082 if (test_bit(Faulty, &rdev->flags)) { in raid10_unplug()
1976 set_bit(Faulty, &rdev->flags); in raid10_error()
2007 !test_bit(Faulty, &rdev->flags), in print_conf()
2047 set_bit(Faulty, &tmp->rdev->flags); in raid10_spare_active()
2160 if (!test_bit(Faulty, &rdev->flags) && in raid10_remove_disk()
2657 if (test_bit(Faulty, &rdev->flags)) in fix_read_error()
[all …]
A Dmd-multipath.c39 !test_bit(Faulty, &rdev->flags)) { in multipath_map()
181 set_bit(Faulty, &rdev->flags); in multipath_error()
207 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf()
389 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
A Draid1.c478 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
512 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
646 || test_bit(Faulty, &rdev->flags)) in read_balance()
802 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list()
1647 set_bit(Faulty, &rdev->flags); in raid1_error()
1680 !test_bit(Faulty, &rdev->flags), in print_conf()
1719 && !test_bit(Faulty, &repl->flags) in raid1_spare_active()
1730 set_bit(Faulty, &rdev->flags); in raid1_spare_active()
1737 && !test_bit(Faulty, &rdev->flags) in raid1_spare_active()
2007 if (test_bit(Faulty, &rdev->flags)) in fix_sync_read_error()
[all …]
A Dmd.c928 if (!test_bit(Faulty, &rdev->flags) in super_written()
957 if (test_bit(Faulty, &rdev->flags)) in md_super_write()
1292 clear_bit(Faulty, &rdev->flags); in super_90_validate()
1387 set_bit(Faulty, &rdev->flags); in super_90_validate()
1804 clear_bit(Faulty, &rdev->flags); in super_1_validate()
1927 set_bit(Faulty, &rdev->flags); in super_1_validate()
2924 if (test_bit(Faulty, &flags) || in state_show()
2936 && !test_bit(Faulty, &flags))) in state_show()
2938 if (!test_bit(Faulty, &flags) && in state_show()
3112 clear_bit(Faulty, &rdev->flags); in state_store()
[all …]
A Draid5.c2756 if (!test_bit(Faulty, &rdev->flags)) { in raid5_end_read_request()
2893 set_bit(Faulty, &rdev->flags); in raid5_error()
3565 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe()
3691 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync()
3698 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync()
3720 && !test_bit(Faulty, &rdev->flags) in want_replace()
5425 if (test_bit(Faulty, &rdev->flags) || in raid5_read_one_chunk()
7861 set_bit(Faulty, &tmp->rdev->flags); in raid5_spare_active()
7924 if (!test_bit(Faulty, &rdev->flags) && in raid5_remove_disk()
8166 && !test_bit(Faulty, &rdev->flags)) in raid5_start_reshape()
[all …]
A Dmd-cluster.c463 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 Ddm-raid.c1321 clear_bit(Faulty, &rd->rdev.flags); in parse_raid_params()
2043 set_bit(Faulty, &rdev->flags); in read_disk_sb()
2098 if (!rs->dev[i].data_dev || test_bit(Faulty, &rs->dev[i].rdev.flags)) { in super_sync()
2423 set_bit(Faulty, &r->flags); in super_init_validation()
2485 if (test_and_clear_bit(Faulty, &rdev->flags)) { in super_validate()
2738 clear_bit(Faulty, &rdev->flags); in rs_setup_takeover()
3410 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 Dmd.h143 Faulty, /* device is known to have a fault */ enumerator
778 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
A Draid5-ppl.c377 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_write_stripe()
440 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_submit_iounit()
632 if (rdev && !test_bit(Faulty, &rdev->flags)) in ppl_do_flush()
A Dmd-bitmap.c160 || test_bit(Faulty, &rdev->flags) in read_sb_page()
201 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
A DKconfig173 tristate "Faulty test module for MD (deprecated)"
A Draid5-cache.c1602 ret = test_bit(Faulty, &log->rdev->flags); in r5l_log_disk_error()
/linux/arch/arm/
A DKconfig901 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"

Completed in 75 milliseconds