Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ flush
Method
flush
block/src/qcow/mod.rs:2110–2114 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2108
}
2109
2110
fn flush(&mut self) -> std::io::Result<()> {
2111
self.sync_caches()?;
2112
self.avail_clusters.append(&mut self.unref_clusters);
2113
Ok(())
2114
}
2115
}
2116
2117
impl FileSync for QcowFile {
Callers
4
fsync
Method · 0.45
read_beyond_backing_file_returns_zeros
Function · 0.45
corrupt_bit_not_set_on_normal_operations
Function · 0.45
test_compressed_read
Function · 0.45
Calls
1
sync_caches
Method · 0.45
Tested by
3
read_beyond_backing_file_returns_zeros
Function · 0.36
corrupt_bit_not_set_on_normal_operations
Function · 0.36
test_compressed_read
Function · 0.36