taglinefilesource code
hash280fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash55fs/ext2/dcache.c#define hash(dev,dir)  ((dev ^ dir) % HASH_QUEUES)
hash29fs/inode.cstatic inline struct inode_hash_entry * const hash(dev_t dev, int i)