D | cache.h | 66 struct cache_detail { struct 75 int (*cache_upcall)(struct cache_detail *, argument 78 void (*cache_request)(struct cache_detail *cd, argument 82 int (*cache_parse)(struct cache_detail *, argument 86 struct cache_detail *cd, argument 88 void (*warn_no_listener)(struct cache_detail *cd, argument 171 sunrpc_cache_lookup(struct cache_detail *detail, 174 sunrpc_cache_update(struct cache_detail *detail, 178 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); 190 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() [all …]
|