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

/freebsd-10.2-release/usr.bin/mkimg/
H A Dqcow.c74 uint32_t refcnt_clstrs; member in struct:qcow_header::__anon12210::__anon12212
142 u_int blk_clstrsz, refcnt_clstrs; local
202 refcnt_clstrs = round_clstr(clstr_rcblks * 8) >> clstr_log2sz;
203 be32enc(&hdr->u.v2.refcnt_clstrs, refcnt_clstrs);

Completed in 19 milliseconds