Searched refs:uid_gid_map (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/kernel/ |
| D | user_namespace.c | 29 struct uid_gid_map *map); 259 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max() 277 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base() 295 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down() 315 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 326 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base() 346 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max() 358 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up() 646 struct uid_gid_map *map) in m_start() 714 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap() [all …]
|
| /Linux-v5.15/include/linux/ |
| D | user_namespace.h | 23 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct 67 struct uid_gid_map uid_map; 68 struct uid_gid_map gid_map; 69 struct uid_gid_map projid_map;
|