taglinefilesource code
hash_table40fs/buffer.cstatic struct buffer_head * hash_table[NR_HASH];
hash_table182fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table698fs/buffer.chash_table[i] = NULL;