Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Duser_namespace.rs34 struct UidGidExtent { struct
35 first: u32,
36 lower_first: u32,
37 count: u32,
105 impl UidGidExtent { impl