Lines Matching defs:sector
149 cd9660_write_filedata(diskStructure, fd, vd_temp->sector,
160 * @param int Sector to start writing path table to
165 cd9660_write_path_table(iso9660_disk *diskStructure, FILE *fd, off_t sector,
214 return cd9660_write_filedata(diskStructure, fd, sector, buffer_head,
222 * sector to copy them to. One thing to watch out for: the only path tables
252 * with the root node. All of the records should store what sector the
302 * be careful of sector boundaries
312 * records - beware of sector boundaries
330 /* Seek to the next sector. */
375 * Wrapper function to write a buffer (one sector) to disk.
378 * life easier if you have to write things that align to a sector
382 * @param int sector Sector number to write to
384 * size of a sector, and if only a portion
388 cd9660_write_filedata(iso9660_disk *diskStructure, FILE *fd, off_t sector,
396 if (fseeko(fd, sector * diskStructure->sectorSize, SEEK_SET) == -1)
427 off_t sector = start_sector;
460 sector++;
470 off_t offset, off_t sector)
476 if (fseeko(fd, sector * diskStructure->sectorSize + offset, SEEK_SET) ==
506 if (fseeko(fd, sector * diskStructure->sectorSize + offset,