Searched refs:donor_map (Results 1 – 1 of 1) sorted by relevance
203 struct ext4_map_blocks donor_map = {0}; in mext_move_begin() local233 donor_map.m_lblk = mext->donor_lblk; in mext_move_begin()234 donor_map.m_len = mext->orig_map.m_len; in mext_move_begin()235 donor_map.m_flags = 0; in mext_move_begin()236 ret = ext4_map_blocks(NULL, donor_inode, &donor_map, 0); in mext_move_begin()241 mext->orig_map.m_len = donor_map.m_len; in mext_move_begin()244 if (!(donor_map.m_flags & (EXT4_MAP_MAPPED | EXT4_MAP_UNWRITTEN))) in mext_move_begin()248 (donor_map.m_flags & EXT4_MAP_UNWRITTEN)) in mext_move_begin()