Lines Matching full:sector
148 cd9660_write_filedata(diskStructure, fd, vd_temp->sector, in cd9660_write_volume_descriptors()
159 * @param int Sector to start writing path table to
164 cd9660_write_path_table(iso9660_disk *diskStructure, FILE *fd, off_t sector, in cd9660_write_path_table() argument
213 ret = cd9660_write_filedata(diskStructure, fd, sector, buffer_head, in cd9660_write_path_table()
223 * sector to copy them to. One thing to watch out for: the only path tables
253 * with the root node. All of the records should store what sector the
306 * be careful of sector boundaries in cd9660_write_file()
316 * records - beware of sector boundaries in cd9660_write_file()
334 /* Seek to the next sector. */ in cd9660_write_file()
378 * Wrapper function to write a buffer (one sector) to disk.
381 * life easier if you have to write things that align to a sector
385 * @param int sector Sector number to write to
387 * size of a sector, and if only a portion
391 cd9660_write_filedata(iso9660_disk *diskStructure, FILE *fd, off_t sector, in cd9660_write_filedata() argument
399 if (fseeko(fd, sector * diskStructure->sectorSize, SEEK_SET) == -1) in cd9660_write_filedata()
471 off_t offset, off_t sector) in cd9660_write_rr() argument
477 if (fseeko(fd, sector * diskStructure->sectorSize + offset, SEEK_SET) == in cd9660_write_rr()
507 if (fseeko(fd, sector * diskStructure->sectorSize + offset, in cd9660_write_rr()