Searched refs:uid_gid_map (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | uidgid.h | 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); 184 static inline u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 189 static inline u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
|
| A D | user_namespace.h | 23 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct 75 struct uid_gid_map uid_map; 76 struct uid_gid_map gid_map; 77 struct uid_gid_map projid_map;
|
| /linux/kernel/ |
| A D | user_namespace.c | 30 struct uid_gid_map *map); 335 u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 378 u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up() 666 struct uid_gid_map *map) in m_start() 846 static int sort_idmaps(struct uid_gid_map *map) in sort_idmaps() 882 struct uid_gid_map *new_map) in verify_root_map() 925 struct uid_gid_map *map, in map_write() 926 struct uid_gid_map *parent_map) in map_write() 930 struct uid_gid_map new_map; in map_write() 966 memset(&new_map, 0, sizeof(struct uid_gid_map)); in map_write() [all …]
|
| /linux/fs/ |
| A D | mnt_idmapping.c | 20 struct uid_gid_map uid_map; 21 struct uid_gid_map gid_map; 218 static int copy_mnt_idmap(struct uid_gid_map *map_from, in copy_mnt_idmap() 219 struct uid_gid_map *map_to) in copy_mnt_idmap()
|
Completed in 14 milliseconds