Lines Matching defs:fscache_cache_ops
230 struct fscache_cache_ops { struct
232 const char *name;
235 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
241 int (*lookup_object)(struct fscache_object *object);
244 void (*lookup_complete)(struct fscache_object *object);
247 struct fscache_object *(*grab_object)(struct fscache_object *object,
251 int (*pin_object)(struct fscache_object *object);
254 void (*unpin_object)(struct fscache_object *object);
258 int (*check_consistency)(struct fscache_operation *op);
261 void (*update_object)(struct fscache_object *object);
264 void (*invalidate_object)(struct fscache_operation *op);
268 void (*drop_object)(struct fscache_object *object);
271 void (*put_object)(struct fscache_object *object,
275 void (*sync_cache)(struct fscache_cache *cache);
279 int (*attr_changed)(struct fscache_object *object);
282 int (*reserve_space)(struct fscache_object *object, loff_t i_size);
286 fscache_page_retrieval_func_t read_or_alloc_page;
290 fscache_pages_retrieval_func_t read_or_alloc_pages;
294 fscache_page_retrieval_func_t allocate_page;
298 fscache_pages_retrieval_func_t allocate_pages;
301 int (*write_page)(struct fscache_storage *op, struct page *page);
307 void (*uncache_page)(struct fscache_object *object,
311 void (*dissociate_pages)(struct fscache_cache *cache);