Searched refs:RBIO_CACHE_BIT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | raid56.c | 29 #define RBIO_CACHE_BIT 2 macro 356 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in __remove_rbio_from_cache() 373 if (test_and_clear_bit(RBIO_CACHE_BIT, &rbio->flags)) { in __remove_rbio_from_cache() 411 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in remove_rbio_from_cache() 480 if (!test_and_set_bit(RBIO_CACHE_BIT, &rbio->flags)) in cache_rbio() 569 if (test_bit(RBIO_CACHE_BIT, &last->flags) || in rbio_can_merge() 570 test_bit(RBIO_CACHE_BIT, &cur->flags)) in rbio_can_merge() 695 test_bit(RBIO_CACHE_BIT, &cur->flags) && in lock_stripe_add() 780 test_bit(RBIO_CACHE_BIT, &rbio->flags)) { in unlock_stripe()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | raid56.c | 33 #define RBIO_CACHE_BIT 2 macro 357 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in __remove_rbio_from_cache() 374 if (test_and_clear_bit(RBIO_CACHE_BIT, &rbio->flags)) { in __remove_rbio_from_cache() 411 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in remove_rbio_from_cache() 478 if (!test_and_set_bit(RBIO_CACHE_BIT, &rbio->flags)) in cache_rbio() 566 if (test_bit(RBIO_CACHE_BIT, &last->flags) || in rbio_can_merge() 567 test_bit(RBIO_CACHE_BIT, &cur->flags)) in rbio_can_merge() 671 test_bit(RBIO_CACHE_BIT, &cur->flags) && in lock_stripe_add() 757 test_bit(RBIO_CACHE_BIT, &rbio->flags)) { in unlock_stripe()
|
Completed in 7 milliseconds