Searched defs:fscache_cache_ops (Results 1 – 1 of 1) sorted by relevance
224 struct fscache_cache_ops { struct226 const char *name;245 int (*pin_object)(struct fscache_object *object);262 void (*drop_object)(struct fscache_object *object);265 void (*put_object)(struct fscache_object *object,269 void (*sync_cache)(struct fscache_cache *cache);273 int (*attr_changed)(struct fscache_object *object);280 fscache_page_retrieval_func_t read_or_alloc_page;284 fscache_pages_retrieval_func_t read_or_alloc_pages;288 fscache_page_retrieval_func_t allocate_page;[all …]
Completed in 6 milliseconds