Home
last modified time | relevance | path

Searched refs:BCACHE_DEV_UNLINK_DONE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
Dbcache.h274 #define BCACHE_DEV_UNLINK_DONE 2 macro
Dsuper.c684 if (d->c && !test_and_set_bit(BCACHE_DEV_UNLINK_DONE, &d->flags)) { in bcache_device_unlink()
712 clear_bit(BCACHE_DEV_UNLINK_DONE, &d->flags); in bcache_device_link()
934 clear_bit(BCACHE_DEV_UNLINK_DONE, &dc->disk.flags); in cached_dev_detach_finish()