taglinefilesource code
hash_table43fs/buffer.cstatic struct buffer_head ** hash_table;
hash_table271fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table1604fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
hash_table1614fs/buffer.chash_table[i] = NULL;
hash_table18fs/inode.c} hash_table[NR_IHASH];
hash_table31fs/inode.creturn hash_table + hashfn(dev, i);
hash_table110fs/inode.cmemset(hash_table, 0, sizeof(hash_table));