Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duser_namespace.h23 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct
56 struct uid_gid_map uid_map;
57 struct uid_gid_map gid_map;
58 struct uid_gid_map projid_map;
/Linux-v4.19/kernel/
Duser_namespace.c34 struct uid_gid_map *map);
260 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
278 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base()
296 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
316 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
327 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base()
347 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max()
359 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
647 struct uid_gid_map *map) in m_start()
715 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap()
[all …]