Lines Matching refs:cache_detail
75 struct cache_detail { struct
86 int (*cache_upcall)(struct cache_detail *, argument
89 void (*cache_request)(struct cache_detail *cd, argument
93 int (*cache_parse)(struct cache_detail *, argument
97 struct cache_detail *cd, argument
99 void (*warn_no_listener)(struct cache_detail *cd, argument
182 sunrpc_cache_lookup(struct cache_detail *detail,
185 sunrpc_cache_update(struct cache_detail *detail,
189 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
201 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
209 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
215 extern int cache_check(struct cache_detail *detail,
218 extern void cache_purge(struct cache_detail *detail);
221 extern int cache_register_net(struct cache_detail *cd, struct net *net);
222 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
224 extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net);
225 extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
227 extern void sunrpc_init_cache_detail(struct cache_detail *cd);
228 extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
230 umode_t, struct cache_detail *);
231 extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);