Searched refs:CACHE_SET_IO_DISABLE (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/md/bcache/ |
D | writeback.c | 193 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate() 221 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate() 419 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty() 497 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty() 669 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread() 684 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread() 739 !test_bit(CACHE_SET_IO_DISABLE, &c->flags) && in bch_writeback_thread() 957 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_sectors_dirty_init()
|
D | alloc.c | 291 test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \ 400 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags))) in bch_bucket_alloc() 496 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in __bch_bucket_alloc_set()
|
D | bcache.h | 505 #define CACHE_SET_IO_DISABLE 3 macro 939 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
|
D | sysfs.c | 781 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW() 884 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE() 888 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
|
D | btree.c | 1811 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc() 1848 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread() 1852 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread() 2063 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_check()
|
D | super.c | 1613 if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cache_set_error() 1709 if (!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in cache_set_flush() 1803 if (test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in __cache_set_unregister() 1937 WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_cache_set_alloc()
|
D | request.c | 1174 if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) || in cached_dev_submit_bio() 1278 if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) { in flash_dev_submit_bio()
|
D | journal.c | 916 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in bch_journal()
|