Home
last modified time | relevance | path

Searched refs:to_async_disk (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/disk/src/
Dcomposite.rs402 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method
409 file: disk.file.to_async_disk(ex)?, in to_async_disk()
910 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_get_len()
950 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_single_file_passthrough()
1067 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_triple_file_passthrough()
1128 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_triple_file_punch_hole()
1208 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_triple_file_write_zeroes()
1291 let composite = Box::new(composite).to_async_disk(&ex).unwrap(); in async_fsync_skips_unchanged_parts()
1473 .to_async_disk(&ex) in create_composite_disk_success()
Dandroid_sparse.rs325 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method
668 Box::new(test_image(chunks)).to_async_disk(ex) in test_async_image()
848 let async_image = image.to_async_disk(&ex).unwrap(); in async_read_raw()
866 let async_image = image.to_async_disk(&ex).unwrap(); in async_read_fill_raw_with_offset()
Ddisk.rs202 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() method
206 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() method
Dzstd.rs308 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method
/external/crosvm/devices/src/virtio/scsi/
Ddevice.rs315 .to_async_disk(ex) in make_async()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs989 let async_image = match disk_image.to_async_disk(&ex) { in start_worker()
/external/crosvm/disk/src/qcow/
Dmod.rs1646 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method