Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfscache-cache.h229 struct fscache_cache_ops { struct
231 const char *name;
234 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
240 int (*lookup_object)(struct fscache_object *object);
243 void (*lookup_complete)(struct fscache_object *object);
246 struct fscache_object *(*grab_object)(struct fscache_object *object);
249 int (*pin_object)(struct fscache_object *object);
252 void (*unpin_object)(struct fscache_object *object);
256 bool (*check_consistency)(struct fscache_operation *op);
259 void (*update_object)(struct fscache_object *object);
[all …]