L_TAB_SZ
if ((ltab = calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
for (i = 0; i < L_TAB_SZ; ++i) {