Searched defs:authfs (Results 1 – 6 of 6) sorted by relevance
4 type authfs, domain, coredomain; type
23 mod authfs; module
97 let authfs = AuthFs { mountpoint, process: child }; in mount_and_wait() localVariable
110 let authfs = authfs_service.mount(&authfs_config)?; in odrefresh() localVariable
302 let mut authfs = AuthFs::new(RemoteFsStatsReader::new(service.clone())); in try_main() localVariable