Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache-cache.h230 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);
[all …]