hash_32
head = &eb->buckets[hash_32(handle, eb->lut_size)];
&eb->buckets[hash_32(entry->handle,
#define hash_long(val, bits) hash_32(val, bits)