Searched refs:Blocked (Results 1 – 5 of 5) sorted by relevance
/drivers/md/ |
D | md.h | 152 Blocked, /* An error occurred but has not yet enumerator
|
D | md.c | 2788 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 …]
|
D | raid10.c | 1370 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()
|
D | raid1.c | 1379 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) { in raid1_write_request() 1619 set_bit(Blocked, &rdev->flags); in raid1_error()
|
D | raid5.c | 2902 set_bit(Blocked, &rdev->flags); in raid5_error() 4663 && (test_bit(Blocked, &rdev->flags) in analyse_stripe()
|