Searched refs:VMDK_NGTES (Results 1 – 1 of 1) sorted by relevance
58 #define VMDK_NGTES 512 macro139 le32enc(&hdr.ngtes, VMDK_NGTES); in vmdk_write()144 ngts = (ngrains + VMDK_NGTES - 1) / VMDK_NGTES; in vmdk_write()157 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE; in vmdk_write()170 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE; in vmdk_write()182 gt = calloc(ngts, VMDK_NGTES * sizeof(uint32_t)); in vmdk_write()189 gtsz = ngts * VMDK_NGTES * sizeof(uint32_t); in vmdk_write()