Searched refs:fs_cfg (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/devices/src/virtio/fs/ |
D | mod.rs | 144 fs_cfg: passthrough::Config, in new() 159 let fs = PassthroughFs::new(fs_cfg).map_err(Error::CreateFs)?; in new()
|
/external/crosvm/src/ |
D | crosvm.rs | 176 pub fs_cfg: passthrough::Config, field 188 fs_cfg: Default::default(), in default()
|
D | main.rs | 1340 shared_dir.fs_cfg.entry_timeout = dur; in set_argument() 1341 shared_dir.fs_cfg.attr_timeout = dur; in set_argument() 1350 shared_dir.fs_cfg.cache_policy = policy; in set_argument() 1358 shared_dir.fs_cfg.writeback = writeback; in set_argument() 1368 shared_dir.fs_cfg.rewrite_security_xattrs = rewrite_security_xattrs; in set_argument() 1376 shared_dir.fs_cfg.ascii_casefold = ascii_casefold; in set_argument()
|
D | linux.rs | 1158 fs_cfg: virtio::fs::passthrough::Config, in create_fs_device() 1185 virtio::fs::Fs::new(features, tag, 1, fs_cfg, device_tube).map_err(Error::FsDeviceNew)?; in create_fs_device() 1605 fs_cfg, in create_virtio_devices() 1612 create_fs_device(cfg, uid_map, gid_map, src, tag, fs_cfg.clone(), device_tube)? in create_virtio_devices()
|