Searched refs:dhnp (Results 1 – 1 of 1) sorted by relevance
130 struct autofs_dir_ent **dhnp; in autofs_hash_insert() local139 dhnp = &dh->h[(unsigned) ent->hash % AUTOFS_HASH_SIZE]; in autofs_hash_insert()140 ent->next = *dhnp; in autofs_hash_insert()141 ent->back = dhnp; in autofs_hash_insert()142 *dhnp = ent; in autofs_hash_insert()