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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Ddirhash.c130 struct autofs_dir_ent **dhnp; local
139 dhnp = &dh->h[(unsigned) ent->hash % AUTOFS_HASH_SIZE];
140 ent->next = *dhnp;
141 ent->back = dhnp;
142 *dhnp = ent;

Completed in 46 milliseconds