Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dfscache-cache.h51 struct fscache_cache_ops { struct
53 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
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h225 struct fscache_cache_ops { struct
227 const char *name;
230 struct fscache_object *(*alloc_object)(struct fscache_cache *cache,
236 int (*lookup_object)(struct fscache_object *object);
239 void (*lookup_complete)(struct fscache_object *object);
242 struct fscache_object *(*grab_object)(struct fscache_object *object,
246 int (*pin_object)(struct fscache_object *object);
249 void (*unpin_object)(struct fscache_object *object);
253 int (*check_consistency)(struct fscache_operation *op);
256 void (*update_object)(struct fscache_object *object);
[all …]