Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dcache.h64 struct cache_detail { struct
73 int (*cache_upcall)(struct cache_detail *, argument
76 void (*cache_request)(struct cache_detail *cd, argument
80 int (*cache_parse)(struct cache_detail *, argument
84 struct cache_detail *cd, argument
86 void (*warn_no_listener)(struct cache_detail *cd, argument
89 struct cache_head * (*alloc)(void);
90 void (*flush)(void);
91 int (*match)(struct cache_head *orig, struct cache_head *new);
92 void (*init)(struct cache_head *orig, struct cache_head *new);
[all …]