Searched refs:VhostUserOption (Results 1 – 3 of 3) sorted by relevance
61 pub struct VhostUserOption { struct257 pub vhost_user_blk: Vec<VhostUserOption>,259 pub vhost_user_net: Vec<VhostUserOption>,
29 VhostUserFsOption, VhostUserOption, DISK_ID_LEN,1666 "vhost-user-blk" => cfg.vhost_user_blk.push(VhostUserOption { in set_argument()1669 "vhost-user-net" => cfg.vhost_user_net.push(VhostUserOption { in set_argument()
64 VhostUserOption,549 fn create_vhost_user_block_device(cfg: &Config, opt: &VhostUserOption) -> DeviceResult { in create_vhost_user_block_device()840 fn create_vhost_user_net_device(cfg: &Config, opt: &VhostUserOption) -> DeviceResult { in create_vhost_user_net_device()