Lines Matching refs:cache_detail
65 struct cache_detail { struct
74 int (*cache_upcall)(struct cache_detail *, argument
77 void (*cache_request)(struct cache_detail *cd, argument
81 int (*cache_parse)(struct cache_detail *, argument
85 struct cache_detail *cd, argument
87 void (*warn_no_listener)(struct cache_detail *cd, argument
175 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
178 sunrpc_cache_update(struct cache_detail *detail,
182 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
184 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
203 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
211 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
220 extern int cache_check(struct cache_detail *detail,
223 extern void cache_purge(struct cache_detail *detail);
226 extern int cache_register_net(struct cache_detail *cd, struct net *net);
227 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
229 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
230 extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
232 extern void sunrpc_init_cache_detail(struct cache_detail *cd);
233 extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
235 umode_t, struct cache_detail *);
236 extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
237 extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);