Searched refs:CACHE_SET_IO_DISABLE (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | alloc.c | 285 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 D | bcache.h | 514 #define CACHE_SET_IO_DISABLE 3 macro 949 if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) { in closure_bio_submit()
|
| H A D | sysfs.c | 795 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 D | request.c | 1179 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 D | btree.c | 1853 } 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()
|