ISO_PVD_SIZE
char buffer[ISO_PVD_SIZE];
ISO_PVD_SIZE);
if (retval < ISO_PVD_SIZE) {
char buffer[ISO_PVD_SIZE];
error = read_pos(deviceFD, offset, (void *)&buffer, ISO_PVD_SIZE);
offset += ISO_PVD_SIZE;
if (error < ISO_PVD_SIZE)
partition->block_size = ISO_PVD_SIZE;
partition->content_size = ISO_PVD_SIZE * info->max_blocks;