Searched refs:start_extent (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | write.c | 1490 int start_extent = last_extent; /* orig ISO files start */ in file_gen() local 1534 Csize = make_mac_volume(root, start_extent); in file_gen() 1597 …hfs_pad = V_ROUND_UP(start_extent*SECTOR_SIZE + (hce->hfs_hdr_size + hce->hfs_map_size)*HFS_BLOCKS… in file_gen() 1599 hfs_pad -= (start_extent + (hce->hfs_hdr_size + hce->hfs_map_size)/BLK_CONV); in file_gen() 1731 int FDECL3(adj_size, int, Csize, int, start_extent, int, extra) in FDECL3() argument 1740 start_extent = V_ROUND_UP(start_extent*SECTOR_SIZE + extra *HFS_BLOCKSZ, Csize)/SECTOR_SIZE; in FDECL3() 1742 start_extent -= (extra/BLK_CONV); in FDECL3() 1752 s_entry->starting_block = dw->extent = start_extent; in FDECL3() 1753 set_733((char *) s_entry->isorec.extent, start_extent); in FDECL3() 1763 start_extent += size; in FDECL3() [all …]
|
| D | volume.c | 158 int FDECL2(make_mac_volume, struct directory *, dpnt, int, start_extent) in FDECL2() argument 204 vlen += V_ROUND_UP(start_extent * SECTOR_SIZE, Csize); in FDECL2() 229 last_extent = adj_size(Csize, start_extent, hce->hfs_hdr_size + hce->hfs_map_size); in FDECL2()
|