SEEK_BUF
tmp = malloc(SEEK_BUF);
errno = splitfs_read(f, tmp, min(seek_by, SEEK_BUF), &resid);
nread = min(seek_by, SEEK_BUF) - resid;