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);
135 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count);
185 static inline u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
190 static inline u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up()
195 static inline u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
H A Duser_namespace.h25 struct uid_gid_map { /* 64 bytes -- 1 cache line */ struct
77 struct uid_gid_map uid_map;
78 struct uid_gid_map gid_map;
79 struct uid_gid_map projid_map;
/linux/kernel/
H A Duser_namespace.c31 struct uid_gid_map *map);
282 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
300 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base()
318 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
338 u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
349 map_id_range_up_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up_base()
372 map_id_range_up_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up_max()
384 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up()
404 u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
677 struct uid_gid_map *map) in m_start()
[all …]
/linux/fs/
H A Dmnt_idmapping.c21 struct uid_gid_map uid_map;
22 struct uid_gid_map gid_map;
219 static int copy_mnt_idmap(struct uid_gid_map *map_from, in copy_mnt_idmap()
220 struct uid_gid_map *map_to) in copy_mnt_idmap()
341 struct uid_gid_map *map, *map_up; in statmount_mnt_idmap()