Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/kernel/
Duser_namespace.c31 struct uid_gid_map *map);
153 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
179 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
202 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
493 struct uid_gid_map *map) in m_start()
557 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap()
596 struct uid_gid_map *map, in map_write()
597 struct uid_gid_map *parent_map) in map_write()
601 struct uid_gid_map new_map; in map_write()
817 struct uid_gid_map *new_map) in new_idmap_permitted()