Lines Matching refs:cache
37 struct fscache_cache *cache; /* cache referred to by this tag */ member
222 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
260 void (*sync_cache)(struct fscache_cache *cache);
296 void (*dissociate_pages)(struct fscache_cache *cache);
366 struct fscache_cache *cache; /* cache that supplied this object */ member
404 return test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_cache_is_broken()
420 static inline void fscache_object_destroyed(struct fscache_cache *cache) in fscache_object_destroyed() argument
422 if (atomic_dec_and_test(&cache->object_count)) in fscache_object_destroyed()
519 void fscache_init_cache(struct fscache_cache *cache,
523 extern int fscache_add_cache(struct fscache_cache *cache,
526 extern void fscache_withdraw_cache(struct fscache_cache *cache);
528 extern void fscache_io_error(struct fscache_cache *cache);