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