INOHASH
itp->t_next = inotab[INOHASH(ctxp->ino)];
inotab[INOHASH(ctxp->ino)] = itp;
for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)