Home
last modified time | relevance | path

Searched defs:fscache_cache_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dfscache-cache.h217 struct fscache_cache_ops { struct
219 const char *name;
222 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
228 int (*lookup_object)(struct fscache_object *object);
231 void (*lookup_complete)(struct fscache_object *object);
234 struct fscache_object *(*grab_object)(struct fscache_object *object);
237 int (*pin_object)(struct fscache_object *object);
240 void (*unpin_object)(struct fscache_object *object);
244 bool (*check_consistency)(struct fscache_operation *op);
247 void (*update_object)(struct fscache_object *object);
[all …]