Lines Matching +defs:p +defs:map
276 map_id_range_down_max(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_max()
294 map_id_range_down_base(unsigned extents, struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down_base()
312 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down()
332 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
343 map_id_up_base(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_base()
363 map_id_up_max(unsigned extents, struct uid_gid_map *map, u32 id) in map_id_up_max()
375 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
663 struct uid_gid_map *map) in m_start()
775 static int insert_extent(struct uid_gid_map *map, struct uid_gid_extent *extent) in insert_extent()
843 static int sort_idmaps(struct uid_gid_map *map) in sort_idmaps()
923 struct uid_gid_map *map, in map_write()
1373 struct user_namespace *owner, *p; in ns_get_owner() local