taglinefilesource code
hash_table51fs/buffer.cstatic struct buffer_head * hash_table[NR_HASH];
hash_table280fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table994fs/buffer.chash_table[i] = NULL;
hash_table15fs/inode.cstatic struct inode * hash_table[NR_IHASH];
hash_table27fs/inode.creturn hash_table + hashfn(dev, i);
hash_table106fs/inode.cmemset(hash_table, 0, sizeof(hash_table));