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

/linux-4.1.27/fs/nfsd/
H A Dexport.c1087 struct cache_head **export_table = cd->hash_table; __acquires() local
1096 for (ch=export_table[hash]; ch; ch=ch->next) __acquires()
1103 } while(hash < EXPORT_HASHMAX && export_table[hash]==NULL); __acquires()
1107 return export_table[hash]; __acquires()
1115 struct cache_head **export_table = cd->hash_table; e_next() local
1127 while (hash < EXPORT_HASHMAX && export_table[hash] == NULL) { e_next()
1134 return export_table[hash]; e_next()

Completed in 61 milliseconds