Home
last modified time | relevance | path

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

/linux-4.19.296/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,
250 int (*pin_object)(struct fscache_object *object);
253 void (*unpin_object)(struct fscache_object *object);
257 int (*check_consistency)(struct fscache_operation *op);
260 void (*update_object)(struct fscache_object *object);
[all …]