Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ sync_all
Method
sync_all
block/src/qcow/raw_file.rs:108–110 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
106
}
107
108
pub fn sync_all(&self) -> std::io::Result<()> {
109
self.file.sync_all()
110
}
111
112
pub fn sync_data(&self) -> std::io::Result<()> {
113
self.file.sync_data()
Callers
15
set_corrupt_flag
Function · 0.80
test_probe_regular_file_returns_valid_alignment
Function · 0.80
test_probe_regular_file_with_direct_returns_dio_alignment
Function · 0.80
test_dio_write_read_with_probed_alignment
Function · 0.80
test_query_device_size_regular_file
Function · 0.80
test_query_device_size_sparse_file_punch_hole
Function · 0.80
flush
Method · 0.80
test_backing_file_read_impl
Function · 0.80
test_three_layer_backing_chain_impl
Function · 0.80
test_raw_backing_read_beyond_virtual_size_impl
Function · 0.80
test_punch_hole_with_backing_fallthrough_impl
Function · 0.80
test_partial_cluster_write_with_backing_cow_impl
Function · 0.80
Calls
no outgoing calls
Tested by
15
set_corrupt_flag
Function · 0.64
test_probe_regular_file_returns_valid_alignment
Function · 0.64
test_probe_regular_file_with_direct_returns_dio_alignment
Function · 0.64
test_dio_write_read_with_probed_alignment
Function · 0.64
test_query_device_size_regular_file
Function · 0.64
test_query_device_size_sparse_file_punch_hole
Function · 0.64
test_backing_file_read_impl
Function · 0.64
test_three_layer_backing_chain_impl
Function · 0.64
test_raw_backing_read_beyond_virtual_size_impl
Function · 0.64
test_punch_hole_with_backing_fallthrough_impl
Function · 0.64
test_partial_cluster_write_with_backing_cow_impl
Function · 0.64
test_resize_with_backing_file_rejected
Function · 0.64