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;
26 __anon4b211c71010auid_gid_map global() argument
/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_range_up_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up_base()
369 map_id_range_up_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up_max()
381 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up()
401 u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
674 struct uid_gid_map *ma 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()