Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h64 #define FSCACHE_IOERROR 0 /* cache stopped on I/O error */ macro
379 (!test_bit(FSCACHE_IOERROR, &(obj)->cache->flags) && \
384 (test_bit(FSCACHE_IOERROR, &(obj)->cache->flags) && \
/linux-3.4.99/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()
317 set_bit(FSCACHE_IOERROR, &cache->flags); in fscache_io_error()
Doperation.c229 } else if (!test_bit(FSCACHE_IOERROR, &object->cache->flags)) { in fscache_submit_op()
Dobject.c453 test_bit(FSCACHE_IOERROR, &object->cache->flags)) { in fscache_lookup_object()
Dpage.c781 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_write_page()