Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dwriteback.c189 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate()
217 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in update_writeback_rate()
415 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty()
495 !test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) && in read_dirty()
663 !test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread()
678 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) { in bch_writeback_thread()
733 !test_bit(CACHE_SET_IO_DISABLE, &c->flags) && in bch_writeback_thread()
Dalloc.c292 test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \
398 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags))) in bch_bucket_alloc()
493 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in __bch_bucket_alloc_set()
Dbcache.h500 #define CACHE_SET_IO_DISABLE 3 macro
920 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
Dsysfs.c752 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW()
848 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE()
852 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
Dsuper.c1512 if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cache_set_error()
1607 if (!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in cache_set_flush()
1702 if (test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in __cache_set_unregister()
1812 WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_cache_set_alloc()
Drequest.c1177 if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) || in cached_dev_make_request()
1316 if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) { in flash_dev_make_request()
Dbtree.c1853 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc()
1892 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread()
1896 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread()
Djournal.c871 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in bch_journal()