Searched refs:STRIPE_R5C_FULL_STRIPE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 397 STRIPE_R5C_FULL_STRIPE, /* in r5c cache (to-be/being handled or enumerator
|
H A D | raid5-cache.c | 175 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE. If either of these 179 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE to 2698 !test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_try_caching_write() 2853 test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out() 2877 if (test_and_clear_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 161 return (test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state) || in stripe_is_lowprio() 279 if (!test_and_set_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) in do_release_stripe() 4912 !test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state) && in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 398 STRIPE_R5C_FULL_STRIPE, /* in r5c cache (to-be/being handled or enumerator
|
H A D | raid5-cache.c | 175 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE. If either of these 179 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE to 2695 !test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_try_caching_write() 2850 test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out() 2874 if (test_and_clear_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 168 return (test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state) || in stripe_is_lowprio() 288 if (!test_and_set_bit(STRIPE_R5C_FULL_STRIPE, &sh->state)) 5025 !test_bit(STRIPE_R5C_FULL_STRIPE, &sh->state) && in handle_stripe()
|
Completed in 43 milliseconds