Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfscache-cache.h214 struct fscache_cache_ops { struct
216 const char *name;
219 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
225 int (*lookup_object)(struct fscache_object *object);
228 void (*lookup_complete)(struct fscache_object *object);
231 struct fscache_object *(*grab_object)(struct fscache_object *object);
234 int (*pin_object)(struct fscache_object *object);
237 void (*unpin_object)(struct fscache_object *object);
240 void (*update_object)(struct fscache_object *object);
244 void (*drop_object)(struct fscache_object *object);
[all …]