Lines Matching full:logical_list_head
864 * @logical_list_head: the head of the logical extent list.
866 static int get_logical_count(struct fiemap_extent_list *logical_list_head)
869 struct fiemap_extent_list *ext_list_tmp = logical_list_head;
874 } while (ext_list_tmp != logical_list_head);
908 * @logical_list_head: the head of logical extent list.
912 struct fiemap_extent_list **logical_list_head)
921 logical_list_head, ext_list_tmp);
934 logical_list_head, ext_list_tmp);
1051 struct fiemap_extent_list *logical_list_head = NULL;
1134 &logical_list_head);
1144 now_ext_count = get_logical_count(logical_list_head);
1148 blk_count = get_file_blocks(logical_list_head);
1169 logical_list_head;
1180 } while (ext_list_tmp != logical_list_head);
1271 free_ext(logical_list_head);