QNX4_BLOCK_SIZE
int bytes = min(size - total, QNX4_BLOCK_SIZE);
sb_set_blocksize(s, QNX4_BLOCK_SIZE);
while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) {