LUN_HASH_SIZE
for (i = 0; i < LUN_HASH_SIZE; i++) {
#define LUN_HASH_FUNC(lun) ((lun) & (LUN_HASH_SIZE - 1))
struct tslist lun_hash[LUN_HASH_SIZE];