CHUNK_HASH_SIZE
#define CHUNK_HASH_MASK (CHUNK_HASH_SIZE - 1)
LIST_HEAD(, chunk_desc) chunk_hashtbl[CHUNK_HASH_SIZE];