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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Ddirhash.c108 memset(&dh->h, 0, AUTOFS_HASH_SIZE*sizeof(struct autofs_dir_ent *));
119 for ( dhn = dh->h[(unsigned) name->hash % AUTOFS_HASH_SIZE] ; dhn ; dhn = dhn->next ) {
140 dhnp = &dh->h[(unsigned) ent->hash % AUTOFS_HASH_SIZE];
190 while ( bucket < AUTOFS_HASH_SIZE ) {
224 for ( i = 0 ; i < AUTOFS_HASH_SIZE ; i++ ) {
241 for ( i = 0 ; i < AUTOFS_HASH_SIZE ; i++ ) {
H A Dautofs_i.h50 #define AUTOFS_HASH_SIZE 67 macro
67 struct autofs_dir_ent *h[AUTOFS_HASH_SIZE];

Completed in 62 milliseconds