Searched refs:STRIPE_R5C_PARTIAL_STRIPE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 394 STRIPE_R5C_PARTIAL_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 177 * requires moving set_bit(STRIPE_R5C_PARTIAL_STRIPE) to 179 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE to 1384 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) in r5c_flush_stripe() 2697 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in r5c_try_caching_write() 2727 * set STRIPE_R5C_PARTIAL_STRIPE, this shows the stripe is in r5c_try_caching_write() 2730 set_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state); in r5c_try_caching_write() 2852 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) || in r5c_finish_stripe_write_out() 2871 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 162 test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) && in stripe_is_lowprio() 281 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) in do_release_stripe() 287 * STRIPE_R5C_PARTIAL_STRIPE is set in in do_release_stripe() 4911 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 395 STRIPE_R5C_PARTIAL_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 177 * requires moving set_bit(STRIPE_R5C_PARTIAL_STRIPE) to 179 * STRIPE_R5C_PARTIAL_STRIPE and STRIPE_R5C_FULL_STRIPE to 1383 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) in r5c_flush_stripe() 2694 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in r5c_try_caching_write() 2724 * set STRIPE_R5C_PARTIAL_STRIPE, this shows the stripe is in r5c_try_caching_write() 2727 set_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state); in r5c_try_caching_write() 2849 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) || in r5c_finish_stripe_write_out() 2868 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 169 test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) && in stripe_is_lowprio() 290 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) 296 * STRIPE_R5C_PARTIAL_STRIPE is set in 5024 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in handle_stripe()
|
Completed in 32 milliseconds