Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dmultipath.c166 if (rdev && !test_bit(Faulty, &rdev->flags)) { in multipath_congested()
208 set_bit(Faulty, &rdev->flags); in multipath_error()
236 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf()
427 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
Draid1.c449 !test_bit(Faulty, &conf->mirrors[mirror].rdev->flags)) in raid1_end_write_request()
562 || test_bit(Faulty, &rdev->flags)) in read_balance()
692 if (test_bit(Faulty, &rdev->flags)) { in read_balance()
724 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_congested()
1240 if (!rdev || test_bit(Faulty, &rdev->flags)) { in make_request()
1469 set_bit(Faulty, &rdev->flags); in error()
1471 set_bit(Faulty, &rdev->flags); in error()
1505 !test_bit(Faulty, &rdev->flags), in print_conf()
1549 && !test_bit(Faulty, &repl->flags) in raid1_spare_active()
1560 set_bit(Faulty, &rdev->flags); in raid1_spare_active()
[all …]
Draid10.c499 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
736 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance()
740 test_bit(Faulty, &rdev->flags)) in read_balance()
807 if (test_bit(Faulty, &rdev->flags)) { in read_balance()
838 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid10_congested()
1240 if (rdev && (test_bit(Faulty, &rdev->flags))) in __make_request()
1242 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in __make_request()
1593 set_bit(Faulty, &rdev->flags); in error()
1623 !test_bit(Faulty, &tmp->rdev->flags), in print_conf()
1653 && !test_bit(Faulty, &tmp->replacement->flags) in raid10_spare_active()
[all …]
Ddm-raid.c819 test_bit(Faulty, &(rs->dev[i].rdev.flags))) in super_sync()
1021 set_bit(Faulty, &r->flags); in super_init_validation()
1053 if (test_bit(Faulty, &rdev->flags)) { in super_validate()
1054 clear_bit(Faulty, &rdev->flags); in super_validate()
1419 if (test_bit(Faulty, &rs->dev[i].rdev.flags)) in raid_status()
1648 if (test_bit(Faulty, &r->flags) && r->sb_page && in attempt_restore_of_faulty_devices()
1671 clear_bit(Faulty, &r->flags); in attempt_restore_of_faulty_devices()
Dmd.c392 !test_bit(Faulty, &rdev->flags)) { in submit_flushes()
1052 clear_bit(Faulty, &rdev->flags); in super_90_validate()
1145 set_bit(Faulty, &rdev->flags); in super_90_validate()
1256 test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1272 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1540 clear_bit(Faulty, &rdev->flags); in super_1_validate()
1645 set_bit(Faulty, &rdev->flags); in super_1_validate()
1824 if (test_bit(Faulty, &rdev2->flags)) in super_1_sync()
1950 if (test_bit(Faulty, &rdev->flags) || in match_mddev_units()
1955 if (test_bit(Faulty, &rdev2->flags) || in match_mddev_units()
[all …]
Dmd.h138 Faulty, /* device is known to have a fault */ enumerator
690 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending()
Draid5.c596 if (rdev && test_bit(Faulty, &rdev->flags)) in calc_degraded()
598 if (!rdev || test_bit(Faulty, &rdev->flags)) in calc_degraded()
622 if (rdev && test_bit(Faulty, &rdev->flags)) in calc_degraded()
624 if (!rdev || test_bit(Faulty, &rdev->flags)) in calc_degraded()
944 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io()
948 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io()
2518 set_bit(Faulty, &rdev->flags); in error()
3218 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync()
3225 && !test_bit(Faulty, &rdev->flags) in handle_failed_sync()
3245 && !test_bit(Faulty, &rdev->flags) in want_replace()
[all …]
Dmd-cluster.c455 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk()
456 clear_bit(Faulty, &rdev->flags); in process_readd_disk()
856 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish()
Dbitmap.c156 || test_bit(Faulty, &rdev->flags)) in read_sb_page()
196 !test_bit(Faulty, &rdev->flags)) { in next_active_rdev()
Draid5-cache.c812 return test_bit(Faulty, &conf->log->rdev->flags); in r5l_log_disk_error()
DKconfig171 tristate "Faulty test module for MD"
/linux-4.4.14/arch/arm/
DKconfig1145 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"