Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dexport.c1087 struct cache_head **export_table = cd->hash_table; in e_start() local
1096 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() local
1127 while (hash < EXPORT_HASHMAX && export_table[hash] == NULL) { in e_next()
1134 return export_table[hash]; in e_next()