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()
179 struct cache_head *h) in expkey_show()
202 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
214 static inline void expkey_init(struct cache_head *cnew, in expkey_init()
215 struct cache_head *citem) in expkey_init()
227 static inline void expkey_update(struct cache_head *cnew, in expkey_update()
228 struct cache_head *citem) in expkey_update()
237 static struct cache_head *expkey_alloc(void) in expkey_alloc()
289 struct cache_head *ch; in svc_expkey_lookup()
303 struct cache_head *ch; in svc_expkey_update()
370 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h) in svc_export_upcall()
376 struct cache_head *h, in svc_export_request()
761 struct cache_head *h) in svc_export_show()
809 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
817 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
835 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
863 static struct cache_head *svc_export_alloc(void) in svc_export_alloc()
913 struct cache_head *ch; in svc_export_lookup()
926 struct cache_head *ch; in svc_export_update()
1395 struct cache_head *cp = p; in e_show()