Home
last modified time | relevance | path

Searched refs:physical_list_head (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
De4defrag.c887 static int get_physical_count(struct fiemap_extent_list *physical_list_head) in get_physical_count() argument
890 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() argument
918 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() local
1127 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 …]