Home
last modified time | relevance | path

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

/aosp_15_r20/external/e2fsprogs/misc/
H A De4defrag.c855 static int get_logical_count(struct fiemap_extent_list *logical_list_head) in get_logical_count() argument
858 struct fiemap_extent_list *ext_list_tmp = logical_list_head; in get_logical_count()
863 } while (ext_list_tmp != logical_list_head); in get_logical_count()
901 struct fiemap_extent_list **logical_list_head) in change_physical_to_logical() argument
910 logical_list_head, ext_list_tmp); in change_physical_to_logical()
923 logical_list_head, ext_list_tmp); in change_physical_to_logical()
1042 struct fiemap_extent_list *logical_list_head = NULL; in file_statistic() local
1127 &logical_list_head); in file_statistic()
1137 now_ext_count = get_logical_count(logical_list_head); in file_statistic()
1141 blk_count = get_file_blocks(logical_list_head); in file_statistic()
[all …]