Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dcache.c293 if (!fscache_cache_is_live(cache)) in fscache_begin_cache_access()
300 if (!fscache_cache_is_live(cache)) { in fscache_begin_cache_access()
H A Dvolume.c100 if (!fscache_cache_is_live(volume->cache)) in fscache_begin_volume_access()
103 if (!fscache_cache_is_live(volume->cache)) { in fscache_begin_volume_access()
H A Dinternal.h36 static inline bool fscache_cache_is_live(const struct fscache_cache *cache) in fscache_cache_is_live() function
H A Dio.c30 if (!fscache_cache_is_live(cookie->volume->cache)) { in fscache_wait_for_operation()
H A Dcookie.c185 !fscache_cache_is_live(cookie->volume->cache)) { in fscache_begin_cookie_access()