Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dwriteback.h108 test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags) || in should_writeback()
H A Dsuper.c830 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()
H A Dbcache.h264 #define BCACHE_DEV_DETACHING 1 macro
H A Dsysfs.c596 set_bit(BCACHE_DEV_DETACHING, &d->flags); in STORE()