Searched refs:Blocked (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 152 Blocked, /* An error occurred but has not yet enumerator 160 * Blocked. The Fault is/will-be
|
H A D | md.c | 2777 clear_bit(Blocked, &rdev->flags); in md_update_sb() 2900 clear_bit(Blocked, &rdev->flags); in md_update_sb() 2987 if (test_bit(Blocked, &flags) || in state_show() 3020 * blocked - sets the Blocked flags in state_store() 3021 * -blocked - clears the Blocked and possibly simulates an error in state_store() 3042 clear_bit(Blocked, &rdev->flags); in state_store() 3072 set_bit(Blocked, &rdev->flags); in state_store() 3083 clear_bit(Blocked, &rdev->flags); in state_store() 3250 clear_bit(Blocked, &rdev->flags); in slot_store() 6986 clear_bit(Blocked, in hot_remove_disk() [all...] |
H A 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()
|
H A 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()
|
H A D | raid5.c | 2902 set_bit(Blocked, &rdev->flags); in raid5_error() 4663 && (test_bit(Blocked, &rdev->flags) in analyse_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 150 Blocked, /* An error occurred but has not yet enumerator 158 * Blocked. The Fault is/will-be
|
H A D | md.c | 2703 clear_bit(Blocked, &rdev->flags); in md_update_sb() 2824 clear_bit(Blocked, &rdev->flags); in md_update_sb() 2911 if (test_bit(Blocked, &flags) || in state_show() 2944 * blocked - sets the Blocked flags in state_store() 2945 * -blocked - clears the Blocked and possibly simulates an error in state_store() 2967 clear_bit(Blocked, &rdev->flags); in state_store() 2997 set_bit(Blocked, &rdev->flags); in state_store() 3008 clear_bit(Blocked, &rdev->flags); in state_store() 3175 clear_bit(Blocked, &rdev->flags); in slot_store() 7001 clear_bit(Blocked, in hot_remove_disk() [all...] |
H A D | raid10.c | 1356 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) { in wait_blocked_dev() 1361 if (rrdev && unlikely(test_bit(Blocked, &rrdev->flags))) { in wait_blocked_dev() 2051 set_bit(Blocked, &rdev->flags); in raid10_error()
|
H A D | raid1.c | 1411 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) { in raid1_write_request() 1664 set_bit(Blocked, &rdev->flags); in raid1_error()
|
H A D | raid5.c | 2990 set_bit(Blocked, &rdev->flags); in raid5_error() 4776 && (test_bit(Blocked, &rdev->flags) in analyse_stripe()
|
Completed in 57 milliseconds