Searched refs:ext_group_tmp (Results 1 – 1 of 1) sorted by relevance
707 struct fiemap_extent_group *ext_group_tmp = NULL; in insert_exts_group() local722 ext_group_tmp = (*ext_group_head)->prev; in insert_exts_group()723 insert(ext_group_tmp, exts_group); in insert_exts_group()742 struct fiemap_extent_group *ext_group_tmp = NULL; in join_extents() local750 ext_group_tmp = in join_extents()752 if (ext_group_tmp == NULL) in join_extents()755 memset(ext_group_tmp, 0, in join_extents()757 ext_group_tmp->len = len; in join_extents()758 ext_group_tmp->start = ext_list_start; in join_extents()759 ext_group_tmp->end = ext_list_tmp->prev; in join_extents()[all …]