Searched refs:clstr_log2sz (Results 1 – 1 of 1) sorted by relevance
55 uint32_t clstr_log2sz; /* v2 only */ member59 uint8_t clstr_log2sz; member77 static u_int clstr_log2sz; variable84 clstrsz = 1UL << clstr_log2sz; in round_clstr()95 clstr_log2sz = QCOW1_CLSTR_LOG2SZ; in qcow_resize()98 clstr_log2sz = QCOW2_CLSTR_LOG2SZ; in qcow_resize()108 (uintmax_t)imagesz, (u_int)(1U << clstr_log2sz)); in qcow_resize()142 assert(clstr_log2sz != 0); in qcow_write()144 clstrsz = 1U << clstr_log2sz; in qcow_write()148 clstr_imgsz = imagesz >> clstr_log2sz; in qcow_write()[all …]