Lines Matching refs:cache_detail

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
176 sunrpc_cache_lookup_rcu(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);
185 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
204 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
212 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
221 extern int cache_check(struct cache_detail *detail,
224 extern void cache_purge(struct cache_detail *detail);
227 extern int cache_register_net(struct cache_detail *cd, struct net *net);
228 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
230 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
231 extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
233 extern void sunrpc_init_cache_detail(struct cache_detail *cd);
234 extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
236 umode_t, struct cache_detail *);
237 extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
238 extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);