Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.c373 else if (test_bit(FailFast, &rdev->flags) && in raid1_end_read_request()
465 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request()
1302 if (test_bit(FailFast, &mirror->rdev->flags) && in raid1_read_request()
1511 if (test_bit(FailFast, &conf->mirrors[i].rdev->flags) && in raid1_write_request()
1978 if (test_bit(FailFast, &rdev->flags)) { in fix_sync_read_error()
2206 if (test_bit(FailFast, &conf->mirrors[i].rdev->flags)) in sync_request_write()
2484 && !test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2489 } else if (mddev->ro == 0 && test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2771 if (test_bit(FailFast, &rdev->flags)) in raid1_sync_request()
H A Draid10.c465 if (test_bit(FailFast, &rdev->flags) && in raid10_end_write_request()
1198 if (test_bit(FailFast, &rdev->flags) && in raid10_read_request()
1247 if (!replacement && test_bit(FailFast, in raid10_write_one_disk()
2058 } else if (test_bit(FailFast, &rdev->flags)) { in sync_request_write()
2085 if (test_bit(FailFast, &conf->mirrors[d].rdev->flags)) in sync_request_write()
2584 else if (!test_bit(FailFast, &rdev->flags)) { in handle_read_error()
3157 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3357 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3379 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
H A Dmd.h202 FailFast, /* Minimal retries should be attempted on enumerator
H A Dmd.c1004 test_bit(FailFast, &rdev->flags) && in md_super_write()
1438 set_bit(FailFast, &rdev->flags); in super_90_validate()
1564 if (test_bit(FailFast, &rdev2->flags)) in super_90_sync()
1997 set_bit(FailFast, &rdev->flags); in super_1_validate()
2036 if (test_bit(FailFast, &rdev->flags)) in super_1_sync()
2977 if (test_bit(FailFast, &flags)) in state_show()
3068 set_bit(FailFast, &rdev->flags); in state_store()
3072 clear_bit(FailFast, &rdev->flags); in state_store()
6704 if (test_bit(FailFast, &rdev->flags)) in get_disk_info()
6814 set_bit(FailFast, &rdev->flags); in md_add_new_disk()
[all …]