Searched refs:uid_gid_map (Results 1 – 2 of 2) sorted by relevance
20 struct uid_gid_map;133 u32 map_id_down(struct uid_gid_map *map, u32 id);134 u32 map_id_up(struct uid_gid_map *map, u32 id);135 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count);185 static inline u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()190 static inline u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up()195 static inline u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
25 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct77 struct uid_gid_map uid_map;78 struct uid_gid_map gid_map;79 struct uid_gid_map projid_map;
Completed in 4 milliseconds