Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dmovinggc.c137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) { in read_moving()
H A Dsuper.c1234 if (test_bit(CACHE_SET_STOPPING, &c->flags)) { in bch_cached_dev_attach()
1612 if (test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_flash_dev_create()
1661 test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_error()
1868 if (!test_and_set_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_stop()
H A Dbcache.h492 * CACHE_SET_STOPPING always gets set first when we're closing down a cache set;
493 * we'll continue to run normally for awhile with CACHE_SET_STOPPING set (i.e.
504 #define CACHE_SET_STOPPING 1 macro
H A Drequest.c852 !test_bit(CACHE_SET_STOPPING, &s->iop.c->flags)) { in cached_dev_read_done()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dmovinggc.c137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) { in read_moving()
H A Dsuper.c1207 if (test_bit(CACHE_SET_STOPPING, &c->flags)) { in bch_cached_dev_attach()
1586 if (test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_flash_dev_create()
1635 test_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_error()
1842 if (!test_and_set_bit(CACHE_SET_STOPPING, &c->flags)) in bch_cache_set_stop()
H A Dbcache.h498 * CACHE_SET_STOPPING always gets set first when we're closing down a cache set;
499 * we'll continue to run normally for awhile with CACHE_SET_STOPPING set (i.e.
510 #define CACHE_SET_STOPPING 1 macro
H A Drequest.c853 !test_bit(CACHE_SET_STOPPING, &s->iop.c->flags)) { in cached_dev_read_done()

Completed in 14 milliseconds