Lines Matching defs:ent
55 struct ent { struct
71 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument
105 idtoname_hash(struct ent *ent) in idtoname_hash()
123 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local
153 struct ent *ent; in idtoname_show() local
200 struct ent ent, *res; in idtoname_parse() local
301 nametoid_hash(struct ent *ent) in nametoid_hash()
310 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
338 struct ent *ent; in nametoid_show() local
377 struct ent ent, *res; in nametoid_parse() local
488 struct ent *(*lookup_fn)(struct ent *), struct ent *key, in idmap_lookup()