Lines Matching refs:container_of
81 struct ent *new = container_of(cnew, struct ent, h); in ent_init()
82 struct ent *itm = container_of(citm, struct ent, h); in ent_init()
94 struct ent *map = container_of(ref, struct ent, h.ref); in ent_put()
131 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request()
145 struct ent *a = container_of(ca, struct ent, h); in idtoname_match()
146 struct ent *b = container_of(cb, struct ent, h); in idtoname_match()
161 ent = container_of(h, struct ent, h); in idtoname_show()
273 return container_of(ch, struct ent, h); in idtoname_lookup()
284 return container_of(ch, struct ent, h); in idtoname_update()
304 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request()
316 struct ent *a = container_of(ca, struct ent, h); in nametoid_match()
317 struct ent *b = container_of(cb, struct ent, h); in nametoid_match()
332 ent = container_of(h, struct ent, h); in nametoid_show()
431 return container_of(ch, struct ent, h); in nametoid_lookup()
442 return container_of(ch, struct ent, h); in nametoid_update()