Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h202 struct fscache_cache_ops { struct
204 const char *name;
207 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
213 int (*lookup_object)(struct fscache_object *object);
216 void (*lookup_complete)(struct fscache_object *object);
219 struct fscache_object *(*grab_object)(struct fscache_object *object);
222 int (*pin_object)(struct fscache_object *object);
225 void (*unpin_object)(struct fscache_object *object);
228 void (*update_object)(struct fscache_object *object);
232 void (*drop_object)(struct fscache_object *object);
[all …]