Lines Matching refs:cache_head
52 struct cache_head *h, in expkey_request()
167 struct cache_head *h) in expkey_show()
190 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
202 static inline void expkey_init(struct cache_head *cnew, in expkey_init()
203 struct cache_head *citem) in expkey_init()
215 static inline void expkey_update(struct cache_head *cnew, in expkey_update()
216 struct cache_head *citem) in expkey_update()
225 static struct cache_head *expkey_alloc(void) in expkey_alloc()
264 struct cache_head *ch; in svc_expkey_lookup()
278 struct cache_head *ch; in svc_expkey_update()
320 struct cache_head *h, in svc_export_request()
658 struct cache_head *h) in svc_export_show()
689 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
697 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
714 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
741 static struct cache_head *svc_export_alloc(void) in svc_export_alloc()
778 struct cache_head *ch; in svc_export_lookup()
791 struct cache_head *ch; in svc_export_update()
1188 struct cache_head *cp = p; in e_show()