RBIO_CACHE_BIT
if (!test_bit(RBIO_CACHE_BIT, &rbio->flags))
if (test_and_clear_bit(RBIO_CACHE_BIT, &rbio->flags)) {
if (!test_bit(RBIO_CACHE_BIT, &rbio->flags))
if (!test_and_set_bit(RBIO_CACHE_BIT, &rbio->flags))
if (test_bit(RBIO_CACHE_BIT, &last->flags) ||
test_bit(RBIO_CACHE_BIT, &cur->flags))
test_bit(RBIO_CACHE_BIT, &cur->flags) &&
test_bit(RBIO_CACHE_BIT, &rbio->flags)) {