Lines Matching refs:cache_head
54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) in expkey_upcall()
60 struct cache_head *h, in expkey_request()
177 struct cache_head *h) in expkey_show()
200 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
212 static inline void expkey_init(struct cache_head *cnew, in expkey_init()
213 struct cache_head *citem) in expkey_init()
225 static inline void expkey_update(struct cache_head *cnew, in expkey_update()
226 struct cache_head *citem) in expkey_update()
235 static struct cache_head *expkey_alloc(void) in expkey_alloc()
287 struct cache_head *ch; in svc_expkey_lookup()
301 struct cache_head *ch; in svc_expkey_update()
377 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h) in svc_export_upcall()
383 struct cache_head *h, in svc_export_request()
768 struct cache_head *h) in svc_export_show()
816 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
824 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
842 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
870 static struct cache_head *svc_export_alloc(void) in svc_export_alloc()
920 struct cache_head *ch; in svc_export_lookup()
933 struct cache_head *ch; in svc_export_update()
1454 struct cache_head *cp = p; in e_show()