Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dqcow.c135 uint64_t n, imagesz, nclstrs, ofs, ofsflags; in qcow_write() local
151 nclstrs = clstr_imgsz + clstr_l2tbls + clstr_l1tblsz + 1; in qcow_write()
155 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz; in qcow_write()
213 nclstrs = 1 + clstr_l1tblsz + clstr_rctblsz; in qcow_write()
224 nclstrs++; in qcow_write()
229 nclstrs++; in qcow_write()
242 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz; in qcow_write()
254 nclstrs++; in qcow_write()
301 for (n = 0; n < nclstrs; n++) in qcow_write()