Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duidgid.h20 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()
H A Duser_namespace.h23 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct
73 struct uid_gid_map uid_map;
74 struct uid_gid_map gid_map;
75 struct uid_gid_map projid_map;
/linux/kernel/
H A Duser_namespace.c30 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()
883 struct uid_gid_map *new_map) in verify_root_map()
926 struct uid_gid_map *map, in map_write()
927 struct uid_gid_map *parent_map) in map_write()
931 struct uid_gid_map new_map; in map_write()
967 memset(&new_map, 0, sizeof(struct uid_gid_map)); in map_write()
[all …]
/linux/fs/
H A Dmnt_idmapping.c20 struct uid_gid_map uid_map;
21 struct uid_gid_map gid_map;
201 static int copy_mnt_idmap(struct uid_gid_map *map_from, in copy_mnt_idmap()
202 struct uid_gid_map *map_to) in copy_mnt_idmap()