Home
last modified time | relevance | path

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

/external/crosvm/src/
Dcrosvm.rs53 pub struct DiskOption { struct
54 pub path: PathBuf,
55 pub read_only: bool,
56 pub sparse: bool,
57 pub block_size: u32,
58 pub id: Option<[u8; DISK_ID_LEN]>,
Dlinux.rs493 fn create_block_device(cfg: &Config, disk: &DiskOption, disk_device_tube: Tube) -> DeviceResult { in create_block_device()
1240 disk: &DiskOption, in create_pmem_device()