tag
line
file
source code
hash_table
40
fs/buffer.c
static struct buffer_head * hash_table[NR_HASH];
hash_table
182
fs/buffer.c
#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table
698
fs/buffer.c
hash_table[i] = NULL;