Searched refs:VHD_SECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
59 #define VHD_SECTOR_SIZE 512 macro60 #define VHD_BLOCK_SIZE (4096 * VHD_SECTOR_SIZE) /* 2MB blocks */97 _Static_assert(sizeof(struct vhd_footer) == VHD_SECTOR_SIZE,120 imgsz = image_size / VHD_SECTOR_SIZE; in vhd_geometry()179 geom.sectors * VHD_SECTOR_SIZE; in vhd_resize()182 newsz += geom.heads * geom.sectors * VHD_SECTOR_SIZE; in vhd_resize()260 _Static_assert(sizeof(struct vhd_dyn_header) == VHD_SECTOR_SIZE * 2,306 batsz = (batsz + VHD_SECTOR_SIZE - 1) & ~(VHD_SECTOR_SIZE - 1); in vhd_dyn_write()312 sector = (sizeof(footer) + sizeof(header) + batsz) / VHD_SECTOR_SIZE; in vhd_dyn_write()317 sector += (VHD_BLOCK_SIZE / VHD_SECTOR_SIZE) + 1; in vhd_dyn_write()[all …]