Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dmnt_idmapping.c218 static int copy_mnt_idmap(struct uid_gid_map *map_from, in copy_mnt_idmap() argument
222 u32 nr_extents = READ_ONCE(map_from->nr_extents); in copy_mnt_idmap()
244 *map_to = *map_from; in copy_mnt_idmap()
248 forward = kmemdup_array(map_from->forward, nr_extents, in copy_mnt_idmap()
254 reverse = kmemdup_array(map_from->reverse, nr_extents, in copy_mnt_idmap()
/linux-6.12.1/fs/ocfs2/
Daops.c944 unsigned int map_from = 0, map_to = 0; in ocfs2_prepare_page_for_write() local
958 map_from = user_pos & (PAGE_SIZE - 1); in ocfs2_prepare_page_for_write()
959 map_to = map_from + user_len; in ocfs2_prepare_page_for_write()
967 map_from, map_to, new); in ocfs2_prepare_page_for_write()
973 user_data_from = map_from; in ocfs2_prepare_page_for_write()
976 map_from = cluster_start; in ocfs2_prepare_page_for_write()
987 map_from = cluster_start; in ocfs2_prepare_page_for_write()