Lines Matching full:rebuild
2 * extents.c --- rebuild extent tree
42 _("extent rebuild inode map"), in e2fsck_rebuild_extents_later()
275 printf("rebuild: ino=%d extents=%d->%d\n", ino, list->ext_read, in rewrite_extent_replay()
379 /* Rebuild the extents immediately */
464 /* Scan a file to see if we should rebuild its extent tree */
542 * repeatedly rebuild the extent tree. in e2fsck_check_rebuild_extents()
565 /* Having scanned a file's extent tree, decide if we should rebuild it */
576 goto rebuild; in e2fsck_should_rebuild_extents()
585 /* If the extent tree is too deep, then rebuild it. */ in e2fsck_should_rebuild_extents()
589 goto rebuild; in e2fsck_should_rebuild_extents()
599 goto rebuild; in e2fsck_should_rebuild_extents()
605 goto rebuild; in e2fsck_should_rebuild_extents()
611 rebuild: in e2fsck_should_rebuild_extents()