Searched refs:NUM_CLUSTERS (Results 1 – 1 of 1) sorted by relevance
916 #define NUM_CLUSTERS(bytes) \ in qcow_create2() macro919 ref_clusters = NUM_CLUSTERS(NUM_CLUSTERS(offset) * sizeof(uint16_t)); in qcow_create2()926 reftable_clusters = NUM_CLUSTERS(ref_clusters * sizeof(uint64_t)); in qcow_create2()929 image_clusters = NUM_CLUSTERS(offset) + ref_clusters in qcow_create2()933 ref_clusters = NUM_CLUSTERS(image_clusters * sizeof(uint16_t)); in qcow_create2()