AUTOFS_HASH_SIZE 67 fs/autofs/autofs_i.h struct autofs_dir_ent *h[AUTOFS_HASH_SIZE]; AUTOFS_HASH_SIZE 107 fs/autofs/dirhash.c memset(&dh->h, 0, AUTOFS_HASH_SIZE*sizeof(struct autofs_dir_ent *)); AUTOFS_HASH_SIZE 118 fs/autofs/dirhash.c for ( dhn = dh->h[(unsigned) name->hash % AUTOFS_HASH_SIZE] ; dhn ; dhn = dhn->next ) { AUTOFS_HASH_SIZE 139 fs/autofs/dirhash.c dhnp = &dh->h[(unsigned) ent->hash % AUTOFS_HASH_SIZE]; AUTOFS_HASH_SIZE 189 fs/autofs/dirhash.c while ( bucket < AUTOFS_HASH_SIZE ) { AUTOFS_HASH_SIZE 223 fs/autofs/dirhash.c for ( i = 0 ; i < AUTOFS_HASH_SIZE ; i++ ) { AUTOFS_HASH_SIZE 240 fs/autofs/dirhash.c for ( i = 0 ; i < AUTOFS_HASH_SIZE ; i++ ) {