Symbol: CACHE_SET_IO_DISABLE
drivers/md/bcache/alloc.c
285
test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)) { \
drivers/md/bcache/alloc.c
384
if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &ca->set->flags)))
drivers/md/bcache/alloc.c
483
if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags)))
drivers/md/bcache/bcache.h
949
if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags))) {
drivers/md/bcache/btree.c
1853
} while (ret && !test_bit(CACHE_SET_IO_DISABLE, &c->flags));
drivers/md/bcache/btree.c
1890
test_bit(CACHE_SET_IO_DISABLE, &c->flags) ||
drivers/md/bcache/btree.c
1894
test_bit(CACHE_SET_IO_DISABLE, &c->flags))
drivers/md/bcache/journal.c
855
if (unlikely(test_bit(CACHE_SET_IO_DISABLE, &c->flags)))
drivers/md/bcache/request.c
1179
if (unlikely((d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags)) ||
drivers/md/bcache/request.c
1285
if (unlikely(d->c && test_bit(CACHE_SET_IO_DISABLE, &d->c->flags))) {
drivers/md/bcache/super.c
1639
if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags))
drivers/md/bcache/super.c
1735
if (!test_bit(CACHE_SET_IO_DISABLE, &c->flags))
drivers/md/bcache/super.c
1834
if (test_bit(CACHE_SET_IO_DISABLE, &c->flags))
drivers/md/bcache/super.c
1970
WARN_ON(test_and_clear_bit(CACHE_SET_IO_DISABLE, &c->flags));
drivers/md/bcache/sysfs.c
795
test_bit(CACHE_SET_IO_DISABLE, &c->flags));
drivers/md/bcache/sysfs.c
899
if (test_and_set_bit(CACHE_SET_IO_DISABLE,
drivers/md/bcache/sysfs.c
903
if (!test_and_clear_bit(CACHE_SET_IO_DISABLE,
drivers/md/bcache/writeback.c
262
test_bit(CACHE_SET_IO_DISABLE, &c->flags)) {
drivers/md/bcache/writeback.c
298
!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) {
drivers/md/bcache/writeback.c
496
!test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) &&
drivers/md/bcache/writeback.c
573
!test_bit(CACHE_SET_IO_DISABLE, &dc->disk.c->flags) &&
drivers/md/bcache/writeback.c
748
!test_bit(CACHE_SET_IO_DISABLE, &c->flags)) {
drivers/md/bcache/writeback.c
763
test_bit(CACHE_SET_IO_DISABLE, &c->flags)) {
drivers/md/bcache/writeback.c
826
!test_bit(CACHE_SET_IO_DISABLE, &c->flags) &&