Searched refs:reftable_offset (Results 1 – 2 of 2) sorted by relevance
2613 int64_t reftable_offset = -1; in rebuild_refcount_structure() local2622 uint64_t reftable_offset; in rebuild_refcount_structure() member2681 reftable_offset = alloc_clusters_imrt(bs, reftable_clusters, in rebuild_refcount_structure()2684 if (reftable_offset < 0) { in rebuild_refcount_structure()2685 error_setg_errno(errp, -reftable_offset, in rebuild_refcount_structure()2688 ret = reftable_offset; in rebuild_refcount_structure()2696 assert(offset_into_cluster(s, reftable_offset) == 0); in rebuild_refcount_structure()2697 reftable_start_cluster = reftable_offset / s->cluster_size; in rebuild_refcount_structure()2718 assert(reftable_offset >= 0); in rebuild_refcount_structure()2747 reftable_offset_and_clusters.reftable_offset = cpu_to_be64(reftable_offset); in rebuild_refcount_structure()[all …]
4874 uint64_t reftable_offset; in make_completely_empty() member4933 l1_ofs_rt_ofs_cls.reftable_offset = cpu_to_be64(s->cluster_size); in make_completely_empty()