Home
last modified time | relevance | path

Searched refs:cluster_allocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.cpp20 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()
[all …]
H A Dqcow2_flush_meta.cpp265 t = qs.cluster_allocator.__find_slice(offset); in __prep_write_slice()
323 if (qs.cluster_allocator.alloc_cluster_is_zeroed(cluster_off)) { in __zero_my_cluster_co()
345 qs.cluster_allocator.get_cluster_state(cluster_off); in __zero_my_cluster()
441 need_flush = qs.cluster_allocator. in need_flush()
454 idx = qs.cluster_allocator.figure_group_from_refcount_table(); in need_flush()
H A Dtgt_qcow2.cpp277 Qcow2ClusterState *cs = qs->cluster_allocator. in qcow2_queue_tgt_rw()
404 qs->cluster_allocator.max_physical_size); in __qcow2_handle_io_async()
435 if (qs->cluster_allocator. in __qcow2_handle_io_async()
445 qs->cluster_allocator.alloc_cluster_zeroed(q, in __qcow2_handle_io_async()
H A Dqcow2_meta.cpp467 t = qs.cluster_allocator.__find_slice(offset); in has_dirty_slices()
590 Qcow2ClusterState *s = qs.cluster_allocator.get_cluster_state( in zero_my_cluster()
743 if (qs.cluster_allocator. in io_done()
763 qs.cluster_allocator.alloc_cluster_zeroed(q, tag, cluster_off); in io_done()
801 Qcow2ClusterState *s = qs.cluster_allocator. in wait_clusters()
1090 qs.cluster_allocator.max_physical_size) { in check()
H A Dqcow2.h628 Qcow2ClusterAllocator cluster_allocator; variable