Lines Matching defs:ent
65 struct ent { struct
81 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
155 struct ent *ent; in idtoname_show() local
202 struct ent ent, *res; in idtoname_parse() local
295 nametoid_hash(struct ent *ent) in nametoid_hash()
304 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
326 struct ent *ent; in nametoid_show() local
365 struct ent ent, *res; in nametoid_parse() local
495 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()