Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid1.c378 else if (test_bit(FailFast, &rdev->flags) && in raid1_end_read_request()
466 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request()
1319 if (test_bit(FailFast, &mirror->rdev->flags) && in raid1_read_request()
1541 if (test_bit(FailFast, &rdev->flags) && in raid1_write_request()
2009 if (test_bit(FailFast, &rdev->flags)) { in fix_sync_read_error()
2235 if (test_bit(FailFast, &conf->mirrors[i].rdev->flags)) in sync_request_write()
2509 && !test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2514 } else if (mddev->ro == 0 && test_bit(FailFast, &rdev->flags)) { in handle_read_error()
2795 if (test_bit(FailFast, &rdev->flags)) in raid1_sync_request()
H A Draid10.c486 if (test_bit(FailFast, &rdev->flags) && in raid10_end_write_request()
1251 if (test_bit(FailFast, &rdev->flags) && in raid10_read_request()
1296 if (!replacement && test_bit(FailFast, in raid10_write_one_disk()
2449 } else if (test_bit(FailFast, &rdev->flags)) { in sync_request_write()
2475 if (test_bit(FailFast, &conf->mirrors[d].rdev->flags)) in sync_request_write()
2968 else if (!test_bit(FailFast, &rdev->flags)) { in handle_read_error()
3549 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3753 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
3775 if (test_bit(FailFast, &rdev->flags)) in raid10_sync_request()
H A Dmd.h200 FailFast, /* Minimal retries should be attempted on enumerator
H A Dmd.c971 test_bit(FailFast, &rdev->flags) && in md_super_write()
1401 set_bit(FailFast, &rdev->flags); in super_90_validate()
1527 if (test_bit(FailFast, &rdev2->flags)) in super_90_sync()
1989 set_bit(FailFast, &rdev->flags); in super_1_validate()
2028 if (test_bit(FailFast, &rdev->flags)) in super_1_sync()
2939 if (test_bit(FailFast, &flags)) in state_show()
3031 set_bit(FailFast, &rdev->flags); in state_store()
3035 clear_bit(FailFast, &rdev->flags); in state_store()
6779 if (test_bit(FailFast, &rdev->flags)) in get_disk_info()
6887 set_bit(FailFast, &rdev->flags); in md_add_new_disk()
[all …]