Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dbcache.h264 #define BCACHE_DEV_UNLINK_DONE 2 macro
Dsuper.c793 if (d->c && !test_and_set_bit(BCACHE_DEV_UNLINK_DONE, &d->flags)) { in bcache_device_unlink()
822 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()