Home
last modified time | relevance | path

Searched refs:RBIO_CACHE_BIT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/btrfs/
Draid56.c32 #define RBIO_CACHE_BIT 2 macro
434 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in __remove_rbio_from_cache()
451 if (test_and_clear_bit(RBIO_CACHE_BIT, &rbio->flags)) { in __remove_rbio_from_cache()
488 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) in remove_rbio_from_cache()
555 if (!test_and_set_bit(RBIO_CACHE_BIT, &rbio->flags)) in cache_rbio()
643 if (test_bit(RBIO_CACHE_BIT, &last->flags) || in rbio_can_merge()
644 test_bit(RBIO_CACHE_BIT, &cur->flags)) in rbio_can_merge()
748 test_bit(RBIO_CACHE_BIT, &cur->flags) && in lock_stripe_add()
834 test_bit(RBIO_CACHE_BIT, &rbio->flags)) { in unlock_stripe()