Searched refs:CACHE_SET_STOPPING (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | movinggc.c | 137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) { in read_moving()
|
H A D | super.c | 1234 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 D | bcache.h | 492 * 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 D | request.c | 852 !test_bit(CACHE_SET_STOPPING, &s->iop.c->flags)) { in cached_dev_read_done()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | movinggc.c | 137 while (!test_bit(CACHE_SET_STOPPING, &c->flags)) { in read_moving()
|
H A D | super.c | 1207 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 D | bcache.h | 498 * 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 D | request.c | 853 !test_bit(CACHE_SET_STOPPING, &s->iop.c->flags)) { in cached_dev_read_done()
|
Completed in 16 milliseconds