Searched refs:to_async_disk (Results 1 – 7 of 7) sorted by relevance
402 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method409 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()
325 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method668 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()
202 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() method206 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() method
308 fn to_async_disk(self: Box<Self>, ex: &Executor) -> DiskResult<Box<dyn AsyncDisk>> { in to_async_disk() method
315 .to_async_disk(ex) in make_async()
989 let async_image = match disk_image.to_async_disk(&ex) { in start_worker()
1646 fn to_async_disk(self: Box<Self>, ex: &Executor) -> crate::Result<Box<dyn AsyncDisk>> { in to_async_disk() method