Searched refs:map_id_range_up (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | uidgid.h | 135 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count); 190 static inline u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up() function
|
| /linux-6.15/fs/ |
| H A D | mnt_idmapping.c | 373 lower = map_id_range_up(map_up, extent->lower_first, extent->count); in statmount_mnt_idmap()
|
| /linux-6.15/kernel/ |
| H A D | user_namespace.c | 381 u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up() function 403 return map_id_range_up(map, id, 1); in map_id_up()
|