HomeSort by relevance Sort by last modified time
    Searched full:logical_list_head (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/misc/
e4defrag.c 864 * @logical_list_head: the head of the logical extent list.
866 static int get_logical_count(struct fiemap_extent_list *logical_list_head)
869 struct fiemap_extent_list *ext_list_tmp = logical_list_head;
874 } while (ext_list_tmp != logical_list_head);
908 * @logical_list_head: the head of logical extent list.
912 struct fiemap_extent_list **logical_list_head)
921 logical_list_head, ext_list_tmp);
934 logical_list_head, ext_list_tmp);
1051 struct fiemap_extent_list *logical_list_head = NULL; local
1134 &logical_list_head);
    [all...]

Completed in 3341 milliseconds