Home
last modified time | relevance | path

Searched refs:clstr_rctblsz (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()
156 clstr_rctblsz = round_clstr(clstr_rcblks * 8) >> clstr_log2sz; in qcow_write()
157 } while (n < (clstr_rcblks + clstr_rctblsz)); in qcow_write()
192 l2clno = rcclno + clstr_rctblsz; in qcow_write()
213 nclstrs = 1 + clstr_l1tblsz + clstr_rctblsz; in qcow_write()
246 rctbl = calloc(clstr_rctblsz, clstrsz); in qcow_write()
256 if (sparse_write(fd, rctbl, clstrsz * clstr_rctblsz) < 0) { in qcow_write()