Lines Matching refs:cache_head
53 struct cache_head *h, in expkey_request()
168 struct cache_head *h) in expkey_show()
191 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
203 static inline void expkey_init(struct cache_head *cnew, in expkey_init()
204 struct cache_head *citem) in expkey_init()
216 static inline void expkey_update(struct cache_head *cnew, in expkey_update()
217 struct cache_head *citem) in expkey_update()
226 static struct cache_head *expkey_alloc(void) in expkey_alloc()
265 struct cache_head *ch; in svc_expkey_lookup()
279 struct cache_head *ch; in svc_expkey_update()
321 struct cache_head *h, in svc_export_request()
660 struct cache_head *h) in svc_export_show()
691 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
699 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
716 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
743 static struct cache_head *svc_export_alloc(void) in svc_export_alloc()
780 struct cache_head *ch; in svc_export_lookup()
793 struct cache_head *ch; in svc_export_update()
1201 struct cache_head *cp = p; in e_show()