Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dcache.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()
H A Dinternal.h28 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
H A Dvolume.c229 cache = fscache_lookup_cache(cache_name, false); in fscache_alloc_volume()