Searched refs:dhn (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.c113 struct autofs_dir_ent *dhn; local
118 for ( dhn = dh->h[(unsigned) name->hash % AUTOFS_HASH_SIZE] ; dhn ; dhn = dhn->next ) {
119 if ( name->hash == dhn->hash &&
120 name->len == dhn->len &&
121 !memcmp(name->name, dhn->name, name->len) )
125 return dhn;

Completed in 42 milliseconds