Searched defs:QcowRawFile (Results 1 – 3 of 3) sorted by relevance
22 pub struct QcowRawFile { struct28 impl QcowRawFile { implementation
56 raw_file: &mut QcowRawFile, in new()96 raw_file: &mut QcowRawFile, in set_cluster_refcount()177 raw_file: &mut QcowRawFile, in get_cluster_refcount()
741 fn rebuild_refcounts(raw_file: &mut QcowRawFile, header: QcowHeader) -> Result<()> { in rebuild_refcounts()775 raw_file: &mut QcowRawFile, in rebuild_refcounts()863 raw_file: &mut QcowRawFile, in rebuild_refcounts()1299 fn read_l2_cluster(raw_file: &mut QcowRawFile, cluster_addr: u64) -> std::io::Result<Vec<u64>> { in read_l2_cluster()