Searched refs:CACHE_SET_IO_DISABLE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | writeback.c | 177 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate() 204 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate() 402 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty() 482 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty() 650 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread() 665 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread() 703 !test_bit(CACHE_SET_IO_DISABLE, &c->flags) && in bch_writeback_thread()
|
D | bcache.h | 500 #define CACHE_SET_IO_DISABLE 3 macro 904 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
|
D | sysfs.c | 678 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW() 773 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE() 777 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
|
D | super.c | 1455 if (c && test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cached_dev_error() 1473 if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cache_set_error() 1659 if (test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in __cache_set_unregister() 1768 WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_cache_set_alloc()
|
D | alloc.c | 292 test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \
|
D | request.c | 1159 if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) || in cached_dev_make_request() 1295 if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) { in flash_dev_make_request()
|
D | btree.c | 1806 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc() 1845 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread() 1849 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread()
|