Searched refs:start_extent (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | logdump.c | 555 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() argument 558 if (start_extent >= 0 && first_block != 0) in show_extent() 560 start_extent, end_extent-start_extent, first_block); in show_extent() 634 int first, prev, this, start_extent, i; in dump_metadata_block() local 648 first = prev = start_extent = -1; in dump_metadata_block() 652 if (start_extent >= 0 && this == prev+1) { in dump_metadata_block() 656 show_extent(out_file, start_extent, i, first); in dump_metadata_block() 657 start_extent = i; in dump_metadata_block() 661 show_extent(out_file, start_extent, i, first); in dump_metadata_block()
|