Home
last modified time | relevance | path

Searched refs:export_table (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/nfsd/
Dexport.c302 static struct cache_head *export_table[EXPORT_HASHMAX]; variable
713 .hash_table = export_table,
1045 for (ch=export_table[hash]; ch; ch=ch->next) in e_start()
1052 } while(hash < EXPORT_HASHMAX && export_table[hash]==NULL); in e_start()
1056 return export_table[hash]; in e_start()
1074 while (hash < EXPORT_HASHMAX && export_table[hash] == NULL) { in e_next()
1081 return export_table[hash]; in e_next()