Lines Matching defs:ent
63 struct ent { struct
80 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument
112 idtoname_hash(struct ent *ent) in idtoname_hash()
136 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local
160 struct ent *ent; in idtoname_show() local
208 struct ent ent, *res; in idtoname_parse() local
301 nametoid_hash(struct ent *ent) in nametoid_hash()
316 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
338 struct ent *ent; in nametoid_show() local
378 struct ent ent, *res; in nametoid_parse() local
508 struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), in idmap_lookup()