Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dalloc.c312 test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \
420 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags))) in bch_bucket_alloc()
515 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in __bch_bucket_alloc_set()
H A Dbcache.h515 #define CACHE_SET_IO_DISABLE 3 macro
942 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
H A Dsysfs.c798 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW()
902 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE()
906 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
H A Dsuper.c1632 if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_cache_set_error()
1728 if (!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in CLOSURE_CALLBACK()
1822 if (test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in CLOSURE_CALLBACK()
1956 WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_cache_set_alloc()
H A Dbtree.c1860 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc()
1897 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread()
1901 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread()
H A Djournal.c932 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in bch_journal()