Lines Matching refs:Faulty
449 !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()
1567 && !test_bit(Faulty, &rdev->flags) in raid1_spare_active()
1664 if (!test_bit(Faulty, &rdev->flags) && in raid1_remove_disk()
1853 if (!rdev || test_bit(Faulty, &rdev->flags)) in fix_sync_read_error()
2088 (!test_bit(Faulty, &rdev->flags) && in fix_read_error()
2117 !test_bit(Faulty, &rdev->flags)) in fix_read_error()
2129 !test_bit(Faulty, &rdev->flags)) { in fix_read_error()
2569 test_bit(Faulty, &rdev->flags)) { in sync_request()
2943 test_bit(Faulty, &conf->mirrors[i].rdev->flags)) in run()