Searched refs:BCACHE_DEV_DETACHING (Results 1 – 4 of 4) sorted by relevance
108 test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags) || in should_writeback()
264 #define BCACHE_DEV_DETACHING 1 macro
830 if (test_bit(BCACHE_DEV_DETACHING, &d->flags)) { in bcache_device_detach()1146 BUG_ON(!test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags)); in cached_dev_detach_finish()1164 clear_bit(BCACHE_DEV_DETACHING, &dc->disk.flags); in cached_dev_detach_finish()1182 if (test_and_set_bit(BCACHE_DEV_DETACHING, &dc->disk.flags)) in bch_cached_dev_detach()
371 if (test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags) || in check_should_bypass()