Lines Matching refs:cluster_allocator
20 refcount_table(*this), cluster_allocator(*this), in Qcow2State()
34 cluster_allocator.setup(); in Qcow2State()
130 cluster_allocator.cache.has_dirty_slice(*this); in has_dirty_slice()
144 cluster_allocator.cache.add_slice_to_reclaim_list(t); in reclaim_slice()
159 cluster_allocator.cache.remove_slice_from_evicted_list(t); in remove_slice_from_evicted_list()
165 cluster_allocator.dump_meta(); in dump_meta()
191 cluster_allocator.cache.shrink(*this); in shrink_cache()
272 if (!state.cluster_allocator.alloc_cluster_is_zeroed(host_offset & in alloc_slice()
797 l2_cluster = state.cluster_allocator.allocate_cluster(ioc); in create_and_add_l2()
805 state.cluster_allocator.alloc_cluster_started(ioc, in create_and_add_l2()
906 data_cluster = state.cluster_allocator.allocate_cluster(ioc); in build_mapping()
913 state.cluster_allocator.alloc_cluster_started(ioc, in build_mapping()