Lines Matching defs:ent
62 struct ent { struct
79 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument
111 idtoname_hash(struct ent *ent) in idtoname_hash()
135 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local
159 struct ent *ent; in idtoname_show() local
207 struct ent ent, *res; in idtoname_parse() local
300 nametoid_hash(struct ent *ent) in nametoid_hash()
315 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
337 struct ent *ent; in nametoid_show() local
377 struct ent ent, *res; in nametoid_parse() local
507 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()