Searched refs:export_table (Results 1 – 1 of 1) sorted by relevance
1087 struct cache_head **export_table = cd->hash_table; in e_start() local1096 for (ch=export_table[hash]; ch; ch=ch->next) in e_start()1103 } while(hash < EXPORT_HASHMAX && export_table[hash]==NULL); in e_start()1107 return export_table[hash]; in e_start()1115 struct cache_head **export_table = cd->hash_table; in e_next() local1127 while (hash < EXPORT_HASHMAX && export_table[hash] == NULL) { in e_next()1134 return export_table[hash]; in e_next()