Symbol: uid_gid_map
fs/mnt_idmapping.c
21
struct uid_gid_map uid_map;
fs/mnt_idmapping.c
219
static int copy_mnt_idmap(struct uid_gid_map *map_from,
fs/mnt_idmapping.c
22
struct uid_gid_map gid_map;
fs/mnt_idmapping.c
220
struct uid_gid_map *map_to)
fs/mnt_idmapping.c
341
struct uid_gid_map *map, *map_up;
include/linux/uidgid.h
133
u32 map_id_down(struct uid_gid_map *map, u32 id);
include/linux/uidgid.h
134
u32 map_id_up(struct uid_gid_map *map, u32 id);
include/linux/uidgid.h
135
u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count);
include/linux/uidgid.h
185
static inline u32 map_id_down(struct uid_gid_map *map, u32 id)
include/linux/uidgid.h
190
static inline u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count)
include/linux/uidgid.h
195
static inline u32 map_id_up(struct uid_gid_map *map, u32 id)
include/linux/uidgid.h
20
struct uid_gid_map;
include/linux/user_namespace.h
77
struct uid_gid_map uid_map;
include/linux/user_namespace.h
78
struct uid_gid_map gid_map;
include/linux/user_namespace.h
79
struct uid_gid_map projid_map;
kernel/user_namespace.c
1174
struct uid_gid_map *new_map)
kernel/user_namespace.c
282
map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
300
map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
31
struct uid_gid_map *map);
kernel/user_namespace.c
318
static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
338
u32 map_id_down(struct uid_gid_map *map, u32 id)
kernel/user_namespace.c
349
map_id_range_up_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
372
map_id_range_up_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
384
u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count)
kernel/user_namespace.c
404
u32 map_id_up(struct uid_gid_map *map, u32 id)
kernel/user_namespace.c
677
struct uid_gid_map *map)
kernel/user_namespace.c
745
static bool mappings_overlap(struct uid_gid_map *new_map,
kernel/user_namespace.c
789
static int insert_extent(struct uid_gid_map *map, struct uid_gid_extent *extent)
kernel/user_namespace.c
856
static int sort_idmaps(struct uid_gid_map *map)
kernel/user_namespace.c
892
struct uid_gid_map *new_map)
kernel/user_namespace.c
935
struct uid_gid_map *map,
kernel/user_namespace.c
936
struct uid_gid_map *parent_map)
kernel/user_namespace.c
940
struct uid_gid_map new_map;
kernel/user_namespace.c
976
memset(&new_map, 0, sizeof(struct uid_gid_map));