Home
last modified time | relevance | path

Searched defs:file_offset (Results 1 – 6 of 6) sorted by relevance

/cloud-hypervisor/block/src/vhdx/
H A Dvhdx_io.rs48 file_offset: u64, field
172 let file_offset = in write() localVariable
H A Dvhdx_header.rs335 pub file_offset: u64, field
/cloud-hypervisor/block/src/qcow/
H A Draw_file.rs139 let file_offset: usize = self in read() localVariable
219 let file_offset: usize = self in write() localVariable
H A Dmod.rs1540 let file_offset = self.file_offset_read(curr_addr)?; in read() localVariable
/cloud-hypervisor/pci/src/
H A Dvfio_user.rs122 let file_offset = self in map_mmio_regions() localVariable
567 let file_offset = region.file_offset().unwrap(); in map() localVariable
/cloud-hypervisor/vmm/src/
H A Dmemory_manager.rs154 file_offset: u64, field
613 let file_offset = zone_offset; in create_memory_regions_from_zones() localVariable
959 let file_offset = if let Some(file_offset) = region.file_offset() { in allocate_address_space() localVariable