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 Dbcache.h264 #define BCACHE_DEV_DETACHING 1 macro
H A Dsysfs.c595 set_bit(BCACHE_DEV_DETACHING, &d->flags); in STORE()
H A Drequest.c371 if (test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags) || in check_should_bypass()