Home
last modified time | relevance | path

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

/include/linux/
Dfscache-cache.h224 struct fscache_cache_ops { struct
226 const char *name;
229 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
235 int (*lookup_object)(struct fscache_object *object);
238 void (*lookup_complete)(struct fscache_object *object);
241 struct fscache_object *(*grab_object)(struct fscache_object *object,
245 int (*pin_object)(struct fscache_object *object);
248 void (*unpin_object)(struct fscache_object *object);
252 int (*check_consistency)(struct fscache_operation *op);
255 void (*update_object)(struct fscache_object *object);
[all …]