Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Duser_namespace.h12 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct
26 struct uid_gid_map uid_map; argument
27 struct uid_gid_map gid_map;
28 struct uid_gid_map projid_map;
/linux-4.4.14/kernel/
Duser_namespace.c31 struct uid_gid_map *map);
154 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
180 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
203 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
494 struct uid_gid_map *map) in m_start()
558 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap()
597 struct uid_gid_map *map, in map_write()
598 struct uid_gid_map *parent_map) in map_write()
602 struct uid_gid_map new_map; in map_write()
818 struct uid_gid_map *new_map) in new_idmap_permitted()