Searched refs:physical_list_head (Results 1 – 1 of 1) sorted by relevance
887 static int get_physical_count(struct fiemap_extent_list *physical_list_head) in get_physical_count() argument890 struct fiemap_extent_list *ext_list_tmp = physical_list_head; in get_physical_count()902 } while (ext_list_tmp != physical_list_head); in get_physical_count()914 struct fiemap_extent_list **physical_list_head, in change_physical_to_logical() argument918 struct fiemap_extent_list *ext_list_tmp = *physical_list_head; in change_physical_to_logical()928 *physical_list_head = NULL; in change_physical_to_logical()934 *physical_list_head = ext_list_next; in change_physical_to_logical()1055 struct fiemap_extent_list *physical_list_head = NULL; in file_statistic() local1127 ret = get_file_extents(fd, &physical_list_head); in file_statistic()1137 physical_ext_count = get_physical_count(physical_list_head); in file_statistic()[all …]