Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.h753 void check_duplicated_clusters(Qcow2State &qs, int tag,
757 void check_duplicated_clusters(Qcow2State &qs, int tag, in check_duplicated_clusters() function
H A Dqcow2_meta.cpp1032 check_duplicated_clusters(qs, ioc.get_tag(), __func__, __LINE__); in flush()
1114 void Qcow2L2Table::check_duplicated_clusters(Qcow2State &qs, int tag, in check_duplicated_clusters() function in Qcow2L2Table