Searched defs:cache_detail (Results 1 – 2 of 2) sorted by relevance
66 struct cache_detail { struct75 int (*cache_upcall)(struct cache_detail *, argument78 void (*cache_request)(struct cache_detail *cd, argument82 int (*cache_parse)(struct cache_detail *, argument86 struct cache_detail *cd, argument88 void (*warn_no_listener)(struct cache_detail *cd, argument91 struct cache_head * (*alloc)(void);92 void (*flush)(void);93 int (*match)(struct cache_head *orig, struct cache_head *new);94 void (*init)(struct cache_head *orig, struct cache_head *new);[all …]
507 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()