Searched refs:STRIPE_R5C_CACHING (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-cache.c | 58 * These two phases are controlled by bit STRIPE_R5C_CACHING: 59 * if STRIPE_R5C_CACHING == 0, the stripe is in writing-out phase 60 * if STRIPE_R5C_CACHING == 1, the stripe is in caching phase 67 * the write-out phase by clearing STRIPE_R5C_CACHING. 446 * Put the stripe into writing-out phase by clearing STRIPE_R5C_CACHING. 456 WARN_ON(!test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_make_stripe_write_out() 457 clear_bit(STRIPE_R5C_CACHING, &sh->state); in r5c_make_stripe_write_out() 497 BUG_ON(test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_finish_cache_stripe() 505 } else if (test_bit(STRIPE_R5C_CACHING, &sh->state)) { in r5c_finish_cache_stripe() 1012 WARN_ON(test_bit(STRIPE_R5C_CACHING, in r5l_write_stripe() [all...] |
H A D | raid5-log.h | 65 if (!test_bit(STRIPE_R5C_CACHING, &sh->state)) { in log_stripe()
|
H A D | raid5.h | 391 STRIPE_R5C_CACHING, /* the stripe is in caching phase enumerator
|
H A D | raid5.c | 163 !test_bit(STRIPE_R5C_CACHING, &sh->state); in stripe_is_lowprio() 235 if (test_bit(STRIPE_R5C_CACHING, &sh->state)) in do_release_stripe() 3940 if (test_bit(STRIPE_R5C_CACHING, &sh->state)) in handle_stripe_fill() 5092 (!test_bit(STRIPE_R5C_CACHING, &sh->state) && in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-cache.c | 58 * These two phases are controlled by bit STRIPE_R5C_CACHING: 59 * if STRIPE_R5C_CACHING == 0, the stripe is in writing-out phase 60 * if STRIPE_R5C_CACHING == 1, the stripe is in caching phase 67 * the write-out phase by clearing STRIPE_R5C_CACHING. 446 * Put the stripe into writing-out phase by clearing STRIPE_R5C_CACHING. 456 WARN_ON(!test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_make_stripe_write_out() 457 clear_bit(STRIPE_R5C_CACHING, &sh->state); in r5c_make_stripe_write_out() 497 BUG_ON(test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_finish_cache_stripe() 505 } else if (test_bit(STRIPE_R5C_CACHING, &sh->state)) { in r5c_finish_cache_stripe() 1011 WARN_ON(test_bit(STRIPE_R5C_CACHING, in r5l_write_stripe() [all...] |
H A D | raid5-log.h | 62 if (!test_bit(STRIPE_R5C_CACHING, &sh->state)) { in log_stripe()
|
H A D | raid5.h | 392 STRIPE_R5C_CACHING, /* the stripe is in caching phase enumerator
|
H A D | raid5.c | 170 !test_bit(STRIPE_R5C_CACHING, &sh->state); in stripe_is_lowprio() 244 if (test_bit(STRIPE_R5C_CACHING, &sh->state)) 4052 if (test_bit(STRIPE_R5C_CACHING, &sh->state)) in handle_stripe_fill() 5205 (!test_bit(STRIPE_R5C_CACHING, &sh->state) && in handle_stripe()
|
Completed in 29 milliseconds