TBUFSZ
cnt = fake_getdents(vp, &off, tbuf, TBUFSZ);
cnt = fake_getdents(vp, &off, tbuf, TBUFSZ);
cnt = fake_pread(vp, tbuf, TBUFSZ, off);
static char tbuf[TBUFSZ];
cnt = pread(lfd, tbuf, TBUFSZ, off);