Lines Matching refs:container_of
78 struct ent *new = container_of(cnew, struct ent, h); in ent_init()
79 struct ent *itm = container_of(citm, struct ent, h); in ent_init()
91 struct ent *map = container_of(ref, struct ent, h.ref); in ent_put()
128 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request()
142 struct ent *a = container_of(ca, struct ent, h); in idtoname_match()
143 struct ent *b = container_of(cb, struct ent, h); in idtoname_match()
158 ent = container_of(h, struct ent, h); in idtoname_show()
270 return container_of(ch, struct ent, h); in idtoname_lookup()
281 return container_of(ch, struct ent, h); in idtoname_update()
301 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
313 struct ent *a = container_of(ca, struct ent, h); in nametoid_match()
314 struct ent *b = container_of(cb, struct ent, h); in nametoid_match()
329 ent = container_of(h, struct ent, h); in nametoid_show()
428 return container_of(ch, struct ent, h); in nametoid_lookup()
439 return container_of(ch, struct ent, h); in nametoid_update()