Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dqcow.c134 uint64_t clstr_rcblks, clstr_rctblsz; in qcow_write() local
152 clstr_rcblks = clstr_rctblsz = 0; in qcow_write()
154 n = clstr_rcblks + clstr_rctblsz; in qcow_write()
155 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz; in qcow_write()
156 clstr_rctblsz = round_clstr(clstr_rcblks * 8) >> clstr_log2sz; in qcow_write()
157 } while (n < (clstr_rcblks + clstr_rctblsz)); in qcow_write()
197 refcnt_clstrs = round_clstr(clstr_rcblks * 8) >> clstr_log2sz; in qcow_write()
239 clstr_rcblks = 0; in qcow_write()
241 n = clstr_rcblks; in qcow_write()
242 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz; in qcow_write()
[all …]