Searched refs:clstr_l2tbls (Results 1 – 1 of 1) sorted by relevance
133 uint64_t clstr_imgsz, clstr_l2tbls, clstr_l1tblsz; in qcow_write() local149 clstr_l2tbls = round_clstr(clstr_imgsz * 8) >> clstr_log2sz; in qcow_write()150 clstr_l1tblsz = round_clstr(clstr_l2tbls * 8) >> clstr_log2sz; in qcow_write()151 nclstrs = clstr_imgsz + clstr_l2tbls + clstr_l1tblsz + 1; in qcow_write()194 be32enc(&hdr->u.v2.l1_entries, clstr_l2tbls); in qcow_write()270 for (l1idx = 0; l1idx < clstr_l2tbls; l1idx++) { in qcow_write()