Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fscache/
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()
Dcookie.c913 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_check_consistency()
Dobject.c470 test_bit(FSCACHE_IOERROR, &object->cache->flags) || in fscache_look_up_object()
Dpage.c1006 if (test_bit(FSCACHE_IOERROR, &object->cache->flags)) in __fscache_write_page()
/kernel/linux/linux-5.10/include/linux/
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()