Home
last modified time | relevance | path

Searched refs:dhnp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/autofs/
Ddirhash.c130 struct autofs_dir_ent **dhnp; in autofs_hash_insert() local
139 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()