Searched refs:ext_group_head (Results 1 – 1 of 1) sorted by relevance
701 static int insert_exts_group(struct fiemap_extent_group **ext_group_head, in insert_exts_group() argument712 if (*ext_group_head == NULL) { in insert_exts_group()713 (*ext_group_head) = exts_group; in insert_exts_group()714 (*ext_group_head)->prev = *ext_group_head; in insert_exts_group()715 (*ext_group_head)->next = *ext_group_head; in insert_exts_group()719 ext_group_tmp = (*ext_group_head)->prev; in insert_exts_group()732 struct fiemap_extent_group **ext_group_head) in join_extents() argument758 if (insert_exts_group(ext_group_head, in join_extents()990 static void free_exts_group(struct fiemap_extent_group *ext_group_head) in free_exts_group() argument994 if (ext_group_head == NULL) in free_exts_group()[all …]