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

/freebsd-10.2-release/usr.bin/mkimg/
H A Dqcow.c139 uint64_t n, imagesz, nclstrs, ofs, ofsflags; local
156 nclstrs = clstr_imgsz + clstr_l2tbls + clstr_l1tblsz + 1;
160 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz;
218 nclstrs = 1 + clstr_l1tblsz + clstr_rctblsz;
229 nclstrs++;
234 nclstrs++;
247 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz;
259 nclstrs++;
306 for (n = 0; n < nclstrs; n++)

Completed in 46 milliseconds