Lines Matching refs:cache_head
54 struct cache_head *h, in expkey_request()
169 struct cache_head *h) in expkey_show()
192 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
204 static inline void expkey_init(struct cache_head *cnew, in expkey_init()
205 struct cache_head *citem) in expkey_init()
217 static inline void expkey_update(struct cache_head *cnew, in expkey_update()
218 struct cache_head *citem) in expkey_update()
227 static struct cache_head *expkey_alloc(void) in expkey_alloc()
278 struct cache_head *ch; in svc_expkey_lookup()
292 struct cache_head *ch; in svc_expkey_update()
334 struct cache_head *h, in svc_export_request()
673 struct cache_head *h) in svc_export_show()
704 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
712 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
729 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
756 static struct cache_head *svc_export_alloc(void) in svc_export_alloc()
793 struct cache_head *ch; in svc_export_lookup()
806 struct cache_head *ch; in svc_export_update()
1216 struct cache_head *cp = p; in e_show()