Lines Matching refs:container_of

42 	struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);  in expkey_put()
56 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request()
176 ek = container_of(h, struct svc_expkey, h); in expkey_show()
192 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match()
193 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match()
205 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init()
206 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init()
218 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update()
219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update()
269 return container_of(ch, struct svc_expkey, h); in svc_expkey_lookup()
283 return container_of(ch, struct svc_expkey, h); in svc_expkey_update()
311 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put()
324 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
666 exp = container_of(h, struct svc_export, h); in svc_export_show()
691 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
692 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
699 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
700 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
716 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
717 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
783 return container_of(ch, struct svc_export, h); in svc_export_lookup()
796 return container_of(ch, struct svc_export, h); in svc_export_update()
1189 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()