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()
830 if (test_bit(BCACHE_DEV_DETACHING, &d->flags)) { in bcache_device_detach()1138 BUG_ON(!test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags)); in cached_dev_detach_finish()1156 clear_bit(BCACHE_DEV_DETACHING, &dc->disk.flags); in cached_dev_detach_finish()1174 if (test_and_set_bit(BCACHE_DEV_DETACHING, &dc->disk.flags)) in bch_cached_dev_detach()
264 #define BCACHE_DEV_DETACHING 1 macro
596 set_bit(BCACHE_DEV_DETACHING, &d->flags); in STORE()