Home
last modified time | relevance | path

Searched refs:Blocked (Results 1 – 5 of 5) sorted by relevance

/drivers/md/
Dmd.h152 Blocked, /* An error occurred but has not yet enumerator
Dmd.c2788 clear_bit(Blocked, &rdev->flags); in md_update_sb()
2911 clear_bit(Blocked, &rdev->flags); in md_update_sb()
2998 if (test_bit(Blocked, &flags) || in state_show()
3053 clear_bit(Blocked, &rdev->flags); in state_store()
3083 set_bit(Blocked, &rdev->flags); in state_store()
3094 clear_bit(Blocked, &rdev->flags); in state_store()
3261 clear_bit(Blocked, &rdev->flags); in slot_store()
6997 clear_bit(Blocked, &rdev->flags); in hot_remove_disk()
9124 !test_bit(Blocked, &rdev->flags) && in remove_and_add_spares()
9142 !test_bit(Blocked, &rdev->flags) && in remove_and_add_spares()
[all …]
Draid10.c1370 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) { in raid10_write_request()
1375 if (rrdev && unlikely(test_bit(Blocked, &rrdev->flags))) { in raid10_write_request()
1661 set_bit(Blocked, &rdev->flags); in raid10_error()
Draid1.c1379 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) { in raid1_write_request()
1619 set_bit(Blocked, &rdev->flags); in raid1_error()
Draid5.c2902 set_bit(Blocked, &rdev->flags); in raid5_error()
4663 && (test_bit(Blocked, &rdev->flags) in analyse_stripe()