Lines Matching refs:rebuild
2087 BdrvCheckMode fix, bool *rebuild, in check_refblocks() argument
2103 *rebuild = true; in check_refblocks()
2112 *rebuild = true; in check_refblocks()
2171 *rebuild = true; in check_refblocks()
2189 *rebuild = true; in check_refblocks()
2202 BdrvCheckMode fix, bool *rebuild, in calculate_refcounts() argument
2296 return check_refblocks(bs, res, fix, rebuild, refcount_table, nb_clusters); in calculate_refcounts()
2305 BdrvCheckMode fix, bool *rebuild, in compare_refcounts() argument
2333 *rebuild = true; in compare_refcounts()
2789 bool rebuild = false; in qcow2_check_refcounts() local
2807 ret = calculate_refcounts(bs, res, fix, &rebuild, &refcount_table, in qcow2_check_refcounts()
2817 compare_refcounts(bs, res, 0, &rebuild, &highest_cluster, refcount_table, in qcow2_check_refcounts()
2820 if (rebuild && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_refcounts()
2838 rebuild = false; in qcow2_check_refcounts()
2840 ret = calculate_refcounts(bs, res, 0, &rebuild, &refcount_table, in qcow2_check_refcounts()
2853 compare_refcounts(bs, res, BDRV_FIX_LEAKS, &rebuild, in qcow2_check_refcounts()
2855 if (rebuild) { in qcow2_check_refcounts()
2875 if (rebuild) { in qcow2_check_refcounts()
2884 compare_refcounts(bs, res, fix, &rebuild, &highest_cluster, in qcow2_check_refcounts()