BUFHASH_SIZE
struct bufnode hashtbl[BUFHASH_SIZE];
for (h = 0; h < BUFHASH_SIZE; h++) {
#define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))