Lines Matching defs:ent
63 struct ent { struct
79 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument
113 idtoname_hash(struct ent *ent) in idtoname_hash()
131 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local
161 struct ent *ent; in idtoname_show() local
208 struct ent ent, *res; in idtoname_parse() local
309 nametoid_hash(struct ent *ent) in nametoid_hash()
318 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
346 struct ent *ent; in nametoid_show() local
385 struct ent ent, *res; in nametoid_parse() local
496 struct ent *(*lookup_fn)(struct ent *), struct ent *key, in idmap_lookup()