Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fscache/
Dcache.c292 if (!fscache_cache_is_live(cache)) in fscache_begin_cache_access()
299 if (!fscache_cache_is_live(cache)) { in fscache_begin_cache_access()
Dvolume.c87 if (!fscache_cache_is_live(volume->cache)) in fscache_begin_volume_access()
90 if (!fscache_cache_is_live(volume->cache)) { in fscache_begin_volume_access()
Dinternal.h36 static inline bool fscache_cache_is_live(const struct fscache_cache *cache) in fscache_cache_is_live() function
Dio.c30 if (!fscache_cache_is_live(cookie->volume->cache)) { in fscache_wait_for_operation()
Dcookie.c185 !fscache_cache_is_live(cookie->volume->cache)) { in fscache_begin_cookie_access()