Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ fsync
Method
fsync
block/src/qcow/mod.rs:2118–2120 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2116
2117
impl FileSync for QcowFile {
2118
fn fsync(&mut self) -> std::io::Result<()> {
2119
self.flush()
2120
}
2121
}
2122
2123
impl FileSetLen for QcowFile {
Callers
3
set_dirty_bit
Method · 0.45
set_corrupt_bit
Method · 0.45
clear_autoclear_features
Method · 0.45
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected