Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcache.c115 test_bit(FSCACHE_IOERROR, &cache->flags)) in fscache_select_cache_for_object()
152 if (test_bit(FSCACHE_IOERROR, &tag->cache->flags)) in fscache_select_cache_for_object()
315 if (!test_and_set_bit(FSCACHE_IOERROR, &cache->flags)) in fscache_io_error()
H A Dcookie.c913 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_check_consistency()
H A Dobject.c470 test_bit(FSCACHE_IOERROR, &object->cache->flags) || in fscache_look_up_object()
H A Dpage.c1006 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_write_page()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h72 #define FSCACHE_IOERROR 0 /* cache stopped on I/O error */ macro
415 return test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_cache_is_broken()