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

/linux-4.4.14/fs/btrfs/
H A Draid56.c54 #define RBIO_CACHE_BIT 2 macro
358 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) __remove_rbio_from_cache()
375 if (test_and_clear_bit(RBIO_CACHE_BIT, &rbio->flags)) { __remove_rbio_from_cache()
413 if (!test_bit(RBIO_CACHE_BIT, &rbio->flags)) remove_rbio_from_cache()
482 if (!test_and_set_bit(RBIO_CACHE_BIT, &rbio->flags)) cache_rbio()
583 if (test_bit(RBIO_CACHE_BIT, &last->flags) || rbio_can_merge()
584 test_bit(RBIO_CACHE_BIT, &cur->flags)) rbio_can_merge()
680 test_bit(RBIO_CACHE_BIT, &cur->flags) && lock_stripe_add()
770 test_bit(RBIO_CACHE_BIT, &rbio->flags)) { unlock_stripe()

Completed in 69 milliseconds