Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfscache-cache.h64 #define FSCACHE_IOERROR 0 /* cache stopped on I/O error */ macro
391 (!test_bit(FSCACHE_IOERROR, &(obj)->cache->flags) && \
396 (test_bit(FSCACHE_IOERROR, &(obj)->cache->flags) && \
/linux-2.6.39/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.c237 } 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.c794 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_write_page()