Searched defs:cache_detail (Results 1 – 2 of 2) sorted by relevance
70 struct cache_detail { struct79 int (*cache_upcall)(struct cache_detail *, argument82 void (*cache_request)(struct cache_detail *cd, argument86 int (*cache_parse)(struct cache_detail *, argument90 struct cache_detail *cd, argument92 void (*warn_no_listener)(struct cache_detail *cd, argument95 struct cache_head * (*alloc)(void);96 void (*flush)(void);97 int (*match)(struct cache_head *orig, struct cache_head *new);98 void (*init)(struct cache_head *orig, struct cache_head *new);[all …]
508 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()