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

/freebsd-10.2-release/usr.bin/mkimg/
H A Dqcow.c84 round_clstr(uint64_t ofs) function
108 imagesz = round_clstr(imgsz * secsz);
154 clstr_l2tbls = round_clstr(clstr_imgsz * 8) >> clstr_log2sz;
155 clstr_l1tblsz = round_clstr(clstr_l2tbls * 8) >> clstr_log2sz;
160 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz;
161 clstr_rctblsz = round_clstr(clstr_rcblks * 8) >> clstr_log2sz;
202 refcnt_clstrs = round_clstr(clstr_rcblks * 8) >> clstr_log2sz;
247 clstr_rcblks = round_clstr((nclstrs + n) * 2) >> clstr_log2sz;

Completed in 81 milliseconds