Searched refs:vhost_user_fs (Results 1 – 3 of 3) sorted by relevance
258 pub vhost_user_fs: Vec<VhostUserFsOption>, field334 vhost_user_fs: Vec::new(), in default()
1594 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()
1692 cfg.vhost_user_fs.push(VhostUserFsOption { socket, tag }); in set_argument()