Home
last modified time | relevance | path

Searched refs:vhost_user_fs (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/src/
Dcrosvm.rs258 pub vhost_user_fs: Vec<VhostUserFsOption>, field
334 vhost_user_fs: Vec::new(), in default()
Dlinux.rs1594 for vhost_user_fs in &cfg.vhost_user_fs { in create_virtio_devices()
1595 devs.push(create_vhost_user_fs_device(cfg, &vhost_user_fs)?); in create_virtio_devices()
Dmain.rs1692 cfg.vhost_user_fs.push(VhostUserFsOption { socket, tag }); in set_argument()