Searched refs:start_extent (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | logdump.c | 554 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() argument 557 if (start_extent >= 0 && first_block != 0) in show_extent() 559 start_extent, end_extent-start_extent, first_block); in show_extent() 633 int first, prev, this, start_extent, i; in dump_metadata_block() local 647 first = prev = start_extent = -1; in dump_metadata_block() 651 if (start_extent >= 0 && this == prev+1) { in dump_metadata_block() 655 show_extent(out_file, start_extent, i, first); in dump_metadata_block() 656 start_extent = i; in dump_metadata_block() 660 show_extent(out_file, start_extent, i, first); in dump_metadata_block()
|