Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd-multipath.c47 !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()
Draid10.c506 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
542 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
783 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance()
787 test_bit(Faulty, &rdev->flags)) in read_balance()
881 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_congested()
928 if (test_bit(Faulty, &rdev->flags)) { in flush_pending_writes()
1113 if (test_bit(Faulty, &rdev->flags)) { in raid10_unplug()
1416 if (rdev && (test_bit(Faulty, &rdev->flags))) in raid10_write_request()
1418 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in raid10_write_request()
1696 set_bit(Faulty, &rdev->flags); in raid10_error()
[all …]
Draid1.c437 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
475 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
606 || test_bit(Faulty, &rdev->flags)) in read_balance()
763 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_congested()
792 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list()
1373 if (!rdev || test_bit(Faulty, &rdev->flags)) { in raid1_write_request()
1608 set_bit(Faulty, &rdev->flags); in raid1_error()
1610 set_bit(Faulty, &rdev->flags); in raid1_error()
1643 !test_bit(Faulty, &rdev->flags), in print_conf()
1682 && !test_bit(Faulty, &repl->flags) in raid1_spare_active()
[all …]
Dmd.c482 !test_bit(Faulty, &rdev->flags)) { in md_flush_request()
786 if (!test_bit(Faulty, &rdev->flags) in super_written()
815 if (test_bit(Faulty, &rdev->flags)) in md_super_write()
1138 clear_bit(Faulty, &rdev->flags); in super_90_validate()
1231 set_bit(Faulty, &rdev->flags); in super_90_validate()
1344 test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1360 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1635 clear_bit(Faulty, &rdev->flags); in super_1_validate()
1754 set_bit(Faulty, &rdev->flags); in super_1_validate()
1944 if (test_bit(Faulty, &rdev2->flags)) in super_1_sync()
[all …]
Draid5.c574 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
576 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
600 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
602 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
1047 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io()
1051 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io()
2684 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 …]
Dmd.h134 Faulty, /* device is known to have a fault */ enumerator
728 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
Ddm-raid.c1318 clear_bit(Faulty, &rd->rdev.flags); in parse_raid_params()
2060 set_bit(Faulty, &rdev->flags); in read_disk_sb()
2115 if (!rs->dev[i].data_dev || test_bit(Faulty, &rs->dev[i].rdev.flags)) { in super_sync()
2442 set_bit(Faulty, &r->flags); in super_init_validation()
2504 if (test_and_clear_bit(Faulty, &rdev->flags)) { in super_validate()
2757 clear_bit(Faulty, &rdev->flags); in rs_setup_takeover()
3400 else if (test_bit(Faulty, &rdev->flags)) in __raid_dev_status()
3790 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices()
3816 clear_bit(Faulty, &r->flags); in attempt_restore_of_faulty_devices()
Dmd-cluster.c574 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk()
575 clear_bit(Faulty, &rdev->flags); in process_readd_disk()
1084 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish()
1189 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
Draid5-ppl.c384 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_write_stripe()
447 if (!log->rdev || test_bit(Faulty, &log->rdev->flags)) { in ppl_submit_iounit()
637 if (rdev && !test_bit(Faulty, &rdev->flags)) in ppl_do_flush()
Dmd-bitmap.c159 || test_bit(Faulty, &rdev->flags) in read_sb_page()
200 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
DKconfig171 tristate "Faulty test module for MD"
Draid5-cache.c1613 ret = test_bit(Faulty, &log->rdev->flags); in r5l_log_disk_error()
/Linux-v4.19/arch/arm/
DKconfig1055 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"