Lines Matching refs:logical_list_head
869 static int get_logical_count(struct fiemap_extent_list *logical_list_head) in get_logical_count() argument
872 struct fiemap_extent_list *ext_list_tmp = logical_list_head; in get_logical_count()
877 } while (ext_list_tmp != logical_list_head); in get_logical_count()
915 struct fiemap_extent_list **logical_list_head) in change_physical_to_logical() argument
924 logical_list_head, ext_list_tmp); in change_physical_to_logical()
937 logical_list_head, ext_list_tmp); in change_physical_to_logical()
1056 struct fiemap_extent_list *logical_list_head = NULL; in file_statistic() local
1141 &logical_list_head); in file_statistic()
1151 now_ext_count = get_logical_count(logical_list_head); in file_statistic()
1155 blk_count = get_file_blocks(logical_list_head); in file_statistic()
1176 logical_list_head; in file_statistic()
1187 } while (ext_list_tmp != logical_list_head); in file_statistic()
1278 free_ext(logical_list_head); in file_statistic()