Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dfscache_cache.c293 if (!fscache_cache_is_live(cache)) in fscache_begin_cache_access()
300 if (!fscache_cache_is_live(cache)) { in fscache_begin_cache_access()
Dfscache_volume.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()
Dfscache_io.c30 if (!fscache_cache_is_live(cookie->volume->cache)) { in fscache_wait_for_operation()
Dinternal.h258 static inline bool fscache_cache_is_live(const struct fscache_cache *cache) in fscache_cache_is_live() function
Dfscache_cookie.c185 !fscache_cache_is_live(cookie->volume->cache)) { in fscache_begin_cookie_access()