taglinefilesource code
hash_table62fs/buffer.cstatic struct buffer_head ** hash_table;
hash_table369fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table1702fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
hash_table1712fs/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));