Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/
Dmain.rs208 fn new_config_remote_verified_file(remote_id: i32, file_size: u64) -> Result<FileConfig> { in new_config_remote_verified_file()
226 fn new_config_remote_unverified_file(remote_id: i32, file_size: u64) -> Result<FileConfig> { in new_config_remote_unverified_file()
235 ) -> Result<FileConfig> { in new_config_local_ro_file()
248 fn new_config_local_ro_file_unverified(file_path: &Path) -> Result<FileConfig> { in new_config_local_ro_file_unverified()
254 fn new_config_remote_new_verified_file(remote_id: i32) -> Result<FileConfig> { in new_config_remote_new_verified_file()
260 fn prepare_file_pool(args: &Args) -> Result<BTreeMap<Inode, FileConfig>> { in prepare_file_pool() argument
Dfusefs.rs49 pub enum FileConfig { enum
85 pub fn new(file_pool: BTreeMap<Inode, FileConfig>, max_write: u32) -> AuthFs { in new() argument
89 fn get_file_config(&self, inode: &Inode) -> io::Result<&FileConfig> { in get_file_config()
381 file_pool: BTreeMap<Inode, FileConfig>, in loop_forever() argument