Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/bcache/
Dbcache.h264 #define BCACHE_DEV_UNLINK_DONE 2 macro
Dsuper.c792 if (d->c && !test_and_set_bit(BCACHE_DEV_UNLINK_DONE, &d->flags)) { in bcache_device_unlink()
821 clear_bit(BCACHE_DEV_UNLINK_DONE, &d->flags); in bcache_device_link()
1159 clear_bit(BCACHE_DEV_UNLINK_DONE, &dc->disk.flags); in cached_dev_detach_finish()