Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c742 if (test_bit(BCACHE_DEV_CLOSING, &d->flags)) in open_dev()
782 if (!test_and_set_bit(BCACHE_DEV_CLOSING, &d->flags)) in bcache_device_stop()
1197 if (test_bit(BCACHE_DEV_CLOSING, &dc->disk.flags)) in bch_cached_dev_detach()
1636 if (!dc || test_bit(BCACHE_DEV_CLOSING, &dc->disk.flags)) in bch_cached_dev_error()
H A Dbcache.h262 #define BCACHE_DEV_CLOSING 0 macro