Home
last modified time | relevance | path

Searched refs:CACHE_SET_IO_DISABLE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/md/bcache/
Dwriteback.c231 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate()
259 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate()
457 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty()
534 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty()
706 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread()
721 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread()
785 !test_bit(CACHE_SET_IO_DISABLE, &c->flags) && in bch_writeback_thread()
1003 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_sectors_dirty_init()
Dalloc.c291 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()
495 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in __bch_bucket_alloc_set()
Dbcache.h508 #define CACHE_SET_IO_DISABLE 3 macro
935 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
Dsysfs.c800 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW()
903 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE()
907 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
Dbtree.c1813 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc()
1850 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread()
1854 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread()
2065 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_check()
Dsuper.c1643 if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cache_set_error()
1739 if (!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in cache_set_flush()
1833 if (test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in __cache_set_unregister()
1967 WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_cache_set_alloc()
Drequest.c1175 if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) || in cached_dev_submit_bio()
1282 if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) { in flash_dev_submit_bio()
Djournal.c916 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in bch_journal()