MCPcopy 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
2117impl FileSync for QcowFile {
2118 fn fsync(&mut self) -> std::io::Result<()> {
2119 self.flush()
2120 }
2121}
2122
2123impl FileSetLen for QcowFile {

Callers 3

set_dirty_bitMethod · 0.45
set_corrupt_bitMethod · 0.45

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected