Searched defs:fscache_cache_ops (Results 1 – 1 of 1) sorted by relevance
51 struct fscache_cache_ops { struct53 const char *name;56 void (*acquire_volume)(struct fscache_volume *volume);59 void (*free_volume)(struct fscache_volume *volume);62 bool (*lookup_cookie)(struct fscache_cookie *cookie);65 void (*withdraw_cookie)(struct fscache_cookie *cookie);68 void (*resize_cookie)(struct netfs_cache_resources *cres,92 const struct fscache_cache_ops *ops, argument