Home
last modified time | relevance | path

Searched refs:map_id_from_host (Results 1 – 1 of 1) sorted by relevance

/external/vm_tools/p9/src/server/
Dmod.rs244 fn map_id_from_host<T: Clone + Ord>(map: &ServerIdMap<T>, id: T) -> T { in map_id_from_host() function
731 uid: map_id_from_host(&self.cfg.uid_map, st.st_uid), in get_attr()
732 gid: map_id_from_host(&self.cfg.gid_map, st.st_gid), in get_attr()