Searched refs:start_extent (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | logdump.c | 602 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() argument 605 if (start_extent >= 0 && first_block != 0) in show_extent() 607 start_extent, end_extent-start_extent, first_block); in show_extent() 680 int first, prev, this, start_extent, i; in dump_metadata_block() local 694 first = prev = start_extent = -1; in dump_metadata_block() 698 if (start_extent >= 0 && this == prev+1) { in dump_metadata_block() 702 show_extent(out_file, start_extent, i, first); in dump_metadata_block() 703 start_extent = i; in dump_metadata_block() 707 show_extent(out_file, start_extent, i, first); in dump_metadata_block()
|