Home
last modified time | relevance | path

Searched refs:map_id_range_up (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Duidgid.h135 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 Dmnt_idmapping.c373 lower = map_id_range_up(map_up, extent->lower_first, extent->count); in statmount_mnt_idmap()
/linux-6.15/kernel/
H A Duser_namespace.c381 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()