Searched refs:STRIPE_R5C_PARTIAL_STRIPE (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/md/ |
H A D | raid5.h | 391 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 1381 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) in r5c_flush_stripe() 2683 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in r5c_try_caching_write() 2713 * set STRIPE_R5C_PARTIAL_STRIPE, this shows the stripe is in r5c_try_caching_write() 2716 set_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state); in r5c_try_caching_write() 2834 if (test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) || in r5c_finish_stripe_write_out() 2853 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) { in r5c_finish_stripe_write_out()
|
H A D | raid5.c | 170 test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) && in stripe_is_lowprio() 291 if (test_and_clear_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state)) in do_release_stripe() 297 * STRIPE_R5C_PARTIAL_STRIPE is set in in do_release_stripe() 4917 if (!test_bit(STRIPE_R5C_PARTIAL_STRIPE, &sh->state) && in handle_stripe()
|