Home
last modified time | relevance | path

Searched refs:cluster_validate_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.cpp211 auto it = cluster_validate_map.find(host_off); in validate_cluster_map()
213 if (it == cluster_validate_map.end()) { in validate_cluster_map()
214 cluster_validate_map[host_off] = virt_off; in validate_cluster_map()
H A Dqcow2.h640 std::unordered_map<u64, u64> cluster_validate_map; variable