Lines Matching refs:new
78 struct ent *new = container_of(cnew, struct ent, h); in ent_init() local
81 new->id = itm->id; in ent_init()
82 new->type = itm->type; in ent_init()
84 strlcpy(new->name, itm->name, sizeof(new->name)); in ent_init()
85 strlcpy(new->authname, itm->authname, sizeof(new->name)); in ent_init()
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() argument
278 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
279 idtoname_hash(new)); in idtoname_update()
434 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update() argument
436 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in nametoid_update()
437 nametoid_hash(new)); in nametoid_update()