Lines Matching refs:container_of
42 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release()
98 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
99 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put()
113 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match()
114 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match()
120 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init()
121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init()
128 struct ip_map *new = container_of(cnew, struct ip_map, h); in update()
129 struct ip_map *item = container_of(citem, struct ip_map, h); in update()
148 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request()
233 container_of(dom, struct unix_domain, h), in ip_map_parse()
257 im = container_of(h, struct ip_map, h); in ip_map_show()
288 return container_of(ch, struct ip_map, h); in __ip_map_lookup()
424 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
425 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put()
434 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match()
435 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match()
440 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init()
441 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init()
446 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update()
447 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update()
466 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request()
558 ug = container_of(h, struct unix_gid, h); in unix_gid_show()
623 return container_of(ch, struct unix_gid, h); in unix_gid_lookup()