Searched refs:start_extent (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/debugfs/ |
D | logdump.c | 752 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() argument 755 if (start_extent >= 0 && first_block != 0) in show_extent() 757 start_extent, end_extent-start_extent, first_block); in show_extent() 830 int first, prev, this, start_extent, i; in dump_metadata_block() local 844 first = prev = start_extent = -1; in dump_metadata_block() 848 if (start_extent >= 0 && this == prev+1) { in dump_metadata_block() 852 show_extent(out_file, start_extent, i, first); in dump_metadata_block() 853 start_extent = i; in dump_metadata_block() 857 show_extent(out_file, start_extent, i, first); in dump_metadata_block()
|