hash_insert
entry = hash_insert(pw->pw_uid);
entry = hash_insert(statb.st_uid);
static struct disk *hash_insert(uid_t);
parent = hash_insert(keys[i].parentKeyUUID, NULL);
child = hash_insert(keys[i].keyUUID, &keys[i]);
c = hash_insert(uids, pwent ? pwent->pw_name : NULL, uid);
c = hash_insert(gids, grent ? grent->gr_name : NULL, gid);
c = hash_insert(names, name, pwent ? (int)pwent->pw_uid : -1);
c = hash_insert(groups, group, grent ? (int)grent->gr_gid : -1);
hash_insert(hdp, clp);
static void hash_insert(struct di_devlink_handle *hdp, cache_link_t *clp);