Lines Matching refs:Faulty
447 !test_bit(Faulty, &conf->mirrors[mirror].rdev->flags)) in raid1_end_write_request()
561 || test_bit(Faulty, &rdev->flags)) in read_balance()
691 if (test_bit(Faulty, &rdev->flags)) { in read_balance()
725 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_mergeable_bvec()
755 if (rdev && !test_bit(Faulty, &rdev->flags)) { in raid1_congested()
1271 if (!rdev || test_bit(Faulty, &rdev->flags) in make_request()
1501 set_bit(Faulty, &rdev->flags); in error()
1503 set_bit(Faulty, &rdev->flags); in error()
1536 !test_bit(Faulty, &rdev->flags), in print_conf()
1580 && !test_bit(Faulty, &repl->flags) in raid1_spare_active()
1591 set_bit(Faulty, &rdev->flags); in raid1_spare_active()
1598 && !test_bit(Faulty, &rdev->flags) in raid1_spare_active()
1703 if (!test_bit(Faulty, &rdev->flags) && in raid1_remove_disk()
1892 if (!rdev || test_bit(Faulty, &rdev->flags)) in fix_sync_read_error()
2128 (!test_bit(Faulty, &rdev->flags) && in fix_read_error()
2157 !test_bit(Faulty, &rdev->flags)) in fix_read_error()
2169 !test_bit(Faulty, &rdev->flags)) { in fix_read_error()
2566 test_bit(Faulty, &rdev->flags)) { in sync_request()
2932 test_bit(Faulty, &conf->mirrors[i].rdev->flags)) in run()