Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De4defrag.c869 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()
[all …]