Home
last modified time | relevance | path

Searched refs:FailFast (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Draid1.c376 else if (test_bit(FailFast, &rdev->flags) && in raid1_end_read_request()
469 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request()
1412 if (test_bit(FailFast, &mirror->rdev->flags) && in raid1_read_request()
1676 if (test_bit(FailFast, &rdev->flags) && in raid1_write_request()
2169 if (test_bit(FailFast, &rdev->flags)) { in fix_sync_read_error()
2395 if (test_bit(FailFast, &conf->mirrors[i].rdev->flags)) in sync_request_write()
2668 && !test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2672 } else if (mddev->ro == 0 && test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2953 if (test_bit(FailFast, &rdev->flags)) in raid1_sync_request()
H A Draid10.c491 if (test_bit(FailFast, &rdev->flags) && in raid10_end_write_request()
1237 if (test_bit(FailFast, &rdev->flags) && in raid10_read_request()
1278 if (!replacement && test_bit(FailFast, in raid10_write_one_disk()
2429 } else if (test_bit(FailFast, &rdev->flags)) { in sync_request_write()
2455 if (test_bit(FailFast, &conf->mirrors[d].rdev->flags)) in sync_request_write()
2888 else if (!test_bit(FailFast, &rdev->flags)) { in handle_read_error()
3463 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3664 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3685 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
H A Dmd.h252 FailFast, /* Minimal retries should be attempted on enumerator
H A Dmd.c990 test_bit(FailFast, &rdev->flags) && in md_super_write()
1425 set_bit(FailFast, &rdev->flags); in super_90_validate()
1549 if (test_bit(FailFast, &rdev2->flags)) in super_90_sync()
2006 set_bit(FailFast, &rdev->flags); in super_1_validate()
2043 if (test_bit(FailFast, &rdev->flags)) in super_1_sync()
2897 if (test_bit(FailFast, &flags)) in state_show()
2986 set_bit(FailFast, &rdev->flags); in state_store()
2990 clear_bit(FailFast, &rdev->flags); in state_store()
6849 if (test_bit(FailFast, &rdev->flags)) in get_disk_info()
6957 set_bit(FailFast, &rdev->flags); in md_add_new_disk()
[all …]