Home
last modified time | relevance | path

Searched refs:CACHE_SET_STOPPING (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dmovinggc.c137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) { in read_moving()
H A Dsuper.c1205 if (test_bit(CACHE_SET_STOPPING, &c->flags)) { in bch_cached_dev_attach()
1580 if (test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_flash_dev_create()
1629 test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_error()
1836 if (!test_and_set_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_stop()
H A Dbcache.h513 #define CACHE_SET_STOPPING 1 macro