Home
last modified time | relevance | path

Searched refs:clstrsz (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dqcow.c82 uint64_t clstrsz; in round_clstr() local
84 clstrsz = 1UL << clstr_log2sz; in round_clstr()
85 return ((ofs + clstrsz - 1) & ~(clstrsz - 1)); in round_clstr()
139 u_int clstrsz, l1idx, l2idx; in qcow_write() local
144 clstrsz = 1U << clstr_log2sz; in qcow_write()
145 blk_clstrsz = clstrsz / secsz; in qcow_write()
174 hdr = calloc(1, clstrsz); in qcow_write()
187 be64enc(&hdr->u.v1.l1_offset, clstrsz * l1clno); in qcow_write()
195 be64enc(&hdr->u.v2.l1_offset, clstrsz * l1clno); in qcow_write()
196 be64enc(&hdr->u.v2.refcnt_offset, clstrsz * rcclno); in qcow_write()
[all …]