Lines Matching refs:cache
37 struct fscache_cache *cache; /* cache referred to by this tag */ member
234 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
272 void (*sync_cache)(struct fscache_cache *cache);
308 void (*dissociate_pages)(struct fscache_cache *cache);
377 struct fscache_cache *cache; /* cache that supplied this object */ member
417 !test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_object_is_active()
423 test_bit(FSCACHE_IOERROR, &object->cache->flags); in fscache_object_is_dead()
432 static inline void fscache_object_destroyed(struct fscache_cache *cache) in fscache_object_destroyed() argument
434 if (atomic_dec_and_test(&cache->object_count)) in fscache_object_destroyed()
531 void fscache_init_cache(struct fscache_cache *cache,
535 extern int fscache_add_cache(struct fscache_cache *cache,
538 extern void fscache_withdraw_cache(struct fscache_cache *cache);
540 extern void fscache_io_error(struct fscache_cache *cache);