Lines Matching refs:cache_detail
70 struct cache_detail { struct
79 int (*cache_upcall)(struct cache_detail *, argument
82 void (*cache_request)(struct cache_detail *cd, argument
86 int (*cache_parse)(struct cache_detail *, argument
90 struct cache_detail *cd, argument
92 void (*warn_no_listener)(struct cache_detail *cd, argument
180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
183 sunrpc_cache_update(struct cache_detail *detail,
187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
189 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
208 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
225 extern int cache_check_rcu(struct cache_detail *detail,
227 extern int cache_check(struct cache_detail *detail,
230 extern void cache_purge(struct cache_detail *detail);
233 extern int cache_register_net(struct cache_detail *cd, struct net *net);
234 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
236 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
237 extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
239 extern void sunrpc_init_cache_detail(struct cache_detail *cd);
240 extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
242 umode_t, struct cache_detail *);
243 extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
244 extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);