Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Dcomposite.rs368 struct AsyncComponentDiskPart { struct
376 component_disks: Vec<AsyncComponentDiskPart>, argument
430 impl AsyncComponentDiskPart { implementation
449 fn disk_at_offset(&self, offset: u64) -> io::Result<&AsyncComponentDiskPart> { in disk_at_offset()
459 fn disks_in_range<'a>(&'a self, range: &Range<u64>) -> Vec<&'a AsyncComponentDiskPart> { in disks_in_range()