Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscache-cache.h52 struct fscache_cache_ops { struct
54 const char *name;
57 void (*acquire_volume)(struct fscache_volume *volume);
60 void (*free_volume)(struct fscache_volume *volume);
63 bool (*lookup_cookie)(struct fscache_cookie *cookie);
66 void (*withdraw_cookie)(struct fscache_cookie *cookie);
69 void (*resize_cookie)(struct netfs_cache_resources *cres,
93 const struct fscache_cache_ops *ops, argument