Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfscache-cache.h64 #define FSCACHE_IOERROR 0 /* cache stopped on I/O error */ macro
417 !test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_object_is_active()
423 test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_object_is_dead()
/linux-4.1.27/fs/fscache/
Dcache.c119 test_bit(FSCACHE_IOERROR, &cache->flags)) in fscache_select_cache_for_object()
156 if (test_bit(FSCACHE_IOERROR, &tag->cache->flags)) in fscache_select_cache_for_object()
319 if (!test_and_set_bit(FSCACHE_IOERROR, &cache->flags)) in fscache_io_error()
Doperation.c133 ASSERT(test_bit(FSCACHE_IOERROR, &object->cache->flags)); in fscache_submit_exclusive_op()
236 } else if (!test_bit(FSCACHE_IOERROR, &object->cache->flags)) { in fscache_submit_op()
Dcookie.c686 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_check_consistency()
Dobject.c448 test_bit(FSCACHE_IOERROR, &object->cache->flags) || in fscache_look_up_object()
Dpage.c965 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_write_page()