tag | line | file | source code |
---|---|---|---|
hash_table | 62 | fs/buffer.c | static struct buffer_head ** hash_table; |
hash_table | 369 | fs/buffer.c | #define hash(dev,block) hash_table[_hashfn(dev,block)] |
hash_table | 1702 | fs/buffer.c | hash_table = (struct buffer_head **) vmalloc(nr_hash * |
hash_table | 1712 | fs/buffer.c | hash_table[i] = NULL; |
hash_table | 18 | fs/inode.c | } hash_table[NR_IHASH]; |
hash_table | 31 | fs/inode.c | return hash_table + hashfn(dev, i); |
hash_table | 110 | fs/inode.c | memset(hash_table, 0, sizeof(hash_table)); |