Searched refs:clstr_log2sz (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.bin/mkimg/
H A Dqcow.c59 uint32_t clstr_log2sz; /* v2 only */ member in struct:qcow_header
63 uint8_t clstr_log2sz; member in struct:qcow_header::__anon12210::__anon12211
81 static u_int clstr_log2sz; variable
88 clstrsz = 1UL << clstr_log2sz;
99 clstr_log2sz = QCOW1_CLSTR_LOG2SZ;
102 clstr_log2sz = QCOW2_CLSTR_LOG2SZ;
112 (uintmax_t)imagesz, (u_int)(1U << clstr_log2sz));
146 if (clstr_log2sz == 0)
149 clstrsz = 1U << clstr_log2sz;
153 clstr_imgsz = imagesz >> clstr_log2sz;
[all...]

Completed in 16 milliseconds