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

/freebsd-10.3-release/usr.bin/mkimg/
H A Dqcow.c137 uint64_t clstr_imgsz, clstr_l2tbls, clstr_l1tblsz; local
153 clstr_imgsz = imagesz >> clstr_log2sz;
154 clstr_l2tbls = round_clstr(clstr_imgsz * 8) >> clstr_log2sz;
156 nclstrs = clstr_imgsz + clstr_l2tbls + clstr_l1tblsz + 1;
226 for (n = 0; n < clstr_imgsz; n++) {
317 for (n = 0; n < clstr_imgsz; n++) {

Completed in 160 milliseconds