Home
last modified time | relevance | path

Searched refs:fscache_lookup_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/netfs/
Dfscache_cache.c59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache) in fscache_lookup_cache() function
154 cache = fscache_lookup_cache(name, true); in fscache_acquire_cache()
Dinternal.h250 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
Dfscache_volume.c229 cache = fscache_lookup_cache(cache_name, false); in fscache_alloc_volume()