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
75 struct uid_gid_map uid_map;
76 struct uid_gid_map gid_map;
77 struct uid_gid_map projid_map;
/linux/kernel/
H A Duser_namespace.c30 struct uid_gid_map *map);
279 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
297 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base()
315 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
335 u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
346 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base()
366 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max()
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()
734 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap()
[all …]
/linux/fs/
H A Dmnt_idmapping.c20 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()