Lines Matching refs:cache_detail
73 struct cache_detail { struct
84 int (*cache_upcall)(struct cache_detail *, argument
87 void (*cache_request)(struct cache_detail *cd, argument
91 int (*cache_parse)(struct cache_detail *, argument
95 struct cache_detail *cd, argument
97 void (*warn_no_listener)(struct cache_detail *cd, argument
176 sunrpc_cache_lookup(struct cache_detail *detail,
179 sunrpc_cache_update(struct cache_detail *detail,
183 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
195 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
203 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
209 extern int cache_check(struct cache_detail *detail,
212 extern void cache_purge(struct cache_detail *detail);
215 extern int cache_register_net(struct cache_detail *cd, struct net *net);
216 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
218 extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net);
219 extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
221 extern void sunrpc_init_cache_detail(struct cache_detail *cd);
222 extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
224 umode_t, struct cache_detail *);
225 extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);