Searched refs:clstr_l1tblsz (Results 1 – 1 of 1) sorted by relevance
133 uint64_t clstr_imgsz, clstr_l2tbls, clstr_l1tblsz; in qcow_write() local150 clstr_l1tblsz = round_clstr(clstr_l2tbls * 8) >> clstr_log2sz; in qcow_write()151 nclstrs = clstr_imgsz + clstr_l2tbls + clstr_l1tblsz + 1; in qcow_write()184 l2clno = l1clno + clstr_l1tblsz; in qcow_write()191 rcclno = l1clno + clstr_l1tblsz; in qcow_write()213 nclstrs = 1 + clstr_l1tblsz + clstr_rctblsz; in qcow_write()215 l1tbl = calloc(clstr_l1tblsz, clstrsz); in qcow_write()234 if (sparse_write(fd, l1tbl, clstrsz * clstr_l1tblsz) < 0) { in qcow_write()