T_HASH_SIZE
static struct tdirent *t_hashtable[T_HASH_SIZE];
#define T_HASH_INDEX(a) ((a) & (T_HASH_SIZE-1))