Lines Matching refs:container_of

43 	struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);  in svcauth_unix_domain_release_rcu()
44 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release_rcu()
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
107 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put()
121 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
122 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
128 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
136 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
137 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
161 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
246 container_of(dom, struct unix_domain, h), in ip_map_parse()
270 im = container_of(h, struct ip_map, h); in ip_map_show()
301 return container_of(ch, struct ip_map, h); in __ip_map_lookup()
429 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
430 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put()
439 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match()
440 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match()
445 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init()
446 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
451 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update()
452 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
476 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request()
569 ug = container_of(h, struct unix_gid, h); in unix_gid_show()
635 return container_of(ch, struct unix_gid, h); in unix_gid_lookup()