Searched refs:CACHE_SET_STOPPING (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dmovinggc.c137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) {
H A Dsuper.c1212 if (test_bit(CACHE_SET_STOPPING, &c->flags)) {
1587 if (test_bit(CACHE_SET_STOPPING, &c->flags))
1636 test_bit(CACHE_SET_STOPPING, &c->flags))
1843 if (!test_and_set_bit(CACHE_SET_STOPPING, &c->flags))
H A Dbcache.h500 * CACHE_SET_STOPPING always gets set first when we're closing down a cache set;
501 * we'll continue to run normally for awhile with CACHE_SET_STOPPING set (i.e.
512 #define CACHE_SET_STOPPING 1 macro
H A Drequest.c853 !test_bit(CACHE_SET_STOPPING, &s->iop.c->flags)) {

Completed in 204 milliseconds