Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dalloc.c285 test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \
384 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags))) in bch_bucket_alloc()
483 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) in __bch_bucket_alloc_set()
H A Dbcache.h514 #define CACHE_SET_IO_DISABLE 3 macro
949 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
H A Dsysfs.c795 test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in SHOW()
899 if (test_and_set_bit(CACHE_SET_IO_DISABLE, in STORE()
903 if (!test_and_clear_bit(CACHE_SET_IO_DISABLE, in STORE()
H A Drequest.c1179 if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) || in cached_dev_submit_bio()
1285 if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) { in flash_dev_submit_bio()
H A Dbtree.c1853 } while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags)); in bch_btree_gc()
1890 test_bit(CACHE_SET_IO_DISABLE, &c->flags) || in bch_gc_thread()
1894 test_bit(CACHE_SET_IO_DISABLE, &c->flags)) in bch_gc_thread()