Lines Matching refs:fscache_cache
24 static struct fscache_cache *fscache_alloc_cache(const char *name) in fscache_alloc_cache()
26 struct fscache_cache *cache; in fscache_alloc_cache()
44 static bool fscache_get_cache_maybe(struct fscache_cache *cache, in fscache_get_cache_maybe()
59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache) in fscache_lookup_cache()
61 struct fscache_cache *candidate, *cache, *unnamed = NULL; in fscache_lookup_cache()
149 struct fscache_cache *fscache_acquire_cache(const char *name) in fscache_acquire_cache()
151 struct fscache_cache *cache; in fscache_acquire_cache()
179 void fscache_put_cache(struct fscache_cache *cache, in fscache_put_cache()
209 void fscache_relinquish_cache(struct fscache_cache *cache) in fscache_relinquish_cache()
234 int fscache_add_cache(struct fscache_cache *cache, in fscache_add_cache()
289 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_begin_cache_access()
315 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_end_cache_access()
337 void fscache_io_error(struct fscache_cache *cache) in fscache_io_error()
355 void fscache_withdraw_cache(struct fscache_cache *cache) in fscache_withdraw_cache()
382 struct fscache_cache *cache; in fscache_caches_seq_show()
392 cache = list_entry(v, struct fscache_cache, cache_link); in fscache_caches_seq_show()