Lines Matching defs:key
509 struct ent *key, struct cache_detail *detail, struct ent **item)
513 *item = lookup_fn(detail, key);
521 *item = lookup_fn(detail, key);
542 struct ent *item, key = {
548 if (namelen + 1 > sizeof(key.name))
550 memcpy(key.name, name, namelen);
551 key.name[namelen] = '\0';
552 strscpy(key.authname, rqst_authname(rqstp), sizeof(key.authname));
553 ret = idmap_lookup(rqstp, nametoid_lookup, &key, nn->nametoid_cache, &item);
580 struct ent *item, key = {
588 strscpy(key.authname, rqst_authname(rqstp), sizeof(key.authname));
589 ret = idmap_lookup(rqstp, idtoname_lookup, &key, nn->idtoname_cache, &item);