Searched refs:map_from (Results 1 – 1 of 1) sorted by relevance
219 static int copy_mnt_idmap(struct uid_gid_map *map_from, in copy_mnt_idmap() argument223 u32 nr_extents = READ_ONCE(map_from->nr_extents); in copy_mnt_idmap()245 *map_to = *map_from; in copy_mnt_idmap()249 forward = kmemdup_array(map_from->forward, nr_extents, in copy_mnt_idmap()255 reverse = kmemdup_array(map_from->reverse, nr_extents, in copy_mnt_idmap()