Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Duser_namespace.rs28 extent: Vec<UidGidExtent>,
34 struct UidGidExtent { struct
100 extent: vec![UidGidExtent::new(); UID_GID_MAP_MAX_BASE_EXTENTS], in new()
105 impl UidGidExtent { impl