Searched refs:map_from (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/
H A Dmnt_idmapping.c201 static int copy_mnt_idmap(struct uid_gid_map *map_from, argument
205 u32 nr_extents = READ_ONCE(map_from->nr_extents);
210 * Don't blindly copy @map_to into @map_from if nr_extents is
223 * from @map_to into @map_from.
227 *map_to = *map_from;
231 forward = kmemdup(map_from->forward,
237 reverse = kmemdup(map_from->reverse,
/linux-master/fs/ocfs2/
H A Daops.c945 unsigned int map_from = 0, map_to = 0; local
959 map_from = user_pos & (PAGE_SIZE - 1);
960 map_to = map_from + user_len;
968 map_from, map_to, new);
974 user_data_from = map_from;
977 map_from = cluster_start;
988 map_from = cluster_start;

Completed in 141 milliseconds