Searched defs:BlockAsync (Results 1 – 4 of 4) sorted by relevance
585 pub struct BlockAsync { struct588 boot_index: Option<usize>,590 disk_image: Option<Box<dyn DiskFile>>,591 disk_size: Arc<AtomicU64>,592 avail_features: u64,593 read_only: bool,594 sparse: bool,595 seg_max: u32,596 block_size: u32,597 id: Option<BlockId>,[all …]
62 impl BlockAsync { impl
71 impl BlockAsync { implementation
45 impl VhostUserDeviceBuilder for BlockAsync { implementation