cache_detail       84 include/linux/sunrpc/cache.h 	int			(*cache_upcall)(struct cache_detail *,
cache_detail       87 include/linux/sunrpc/cache.h 	void			(*cache_request)(struct cache_detail *cd,
cache_detail       91 include/linux/sunrpc/cache.h 	int			(*cache_parse)(struct cache_detail *,
cache_detail       95 include/linux/sunrpc/cache.h 					      struct cache_detail *cd,
cache_detail       97 include/linux/sunrpc/cache.h 	void			(*warn_no_listener)(struct cache_detail *cd,
cache_detail      176 include/linux/sunrpc/cache.h sunrpc_cache_lookup(struct cache_detail *detail,
cache_detail      179 include/linux/sunrpc/cache.h sunrpc_cache_update(struct cache_detail *detail,
cache_detail      183 include/linux/sunrpc/cache.h sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
cache_detail      195 include/linux/sunrpc/cache.h static inline void cache_put(struct cache_head *h, struct cache_detail *cd)
cache_detail      203 include/linux/sunrpc/cache.h static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h)
cache_detail      209 include/linux/sunrpc/cache.h extern int cache_check(struct cache_detail *detail,
cache_detail      212 include/linux/sunrpc/cache.h extern void cache_purge(struct cache_detail *detail);
cache_detail      215 include/linux/sunrpc/cache.h extern int cache_register_net(struct cache_detail *cd, struct net *net);
cache_detail      216 include/linux/sunrpc/cache.h extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
cache_detail      218 include/linux/sunrpc/cache.h extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net);
cache_detail      219 include/linux/sunrpc/cache.h extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
cache_detail      221 include/linux/sunrpc/cache.h extern void sunrpc_init_cache_detail(struct cache_detail *cd);
cache_detail      222 include/linux/sunrpc/cache.h extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
cache_detail      224 include/linux/sunrpc/cache.h 					umode_t, struct cache_detail *);
cache_detail      225 include/linux/sunrpc/cache.h extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
cache_detail      117 include/linux/sunrpc/rpc_pipe_fs.h struct cache_detail;
cache_detail      121 include/linux/sunrpc/rpc_pipe_fs.h 					   struct cache_detail *);