Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:inodes_to_rebuild

40 	if (!ctx->inodes_to_rebuild)
44 "inodes_to_rebuild",
45 &ctx->inodes_to_rebuild);
49 ext2fs_mark_inode_bitmap2(ctx->inodes_to_rebuild, ino);
56 if (!ctx->inodes_to_rebuild)
58 return ext2fs_test_inode_bitmap2(ctx->inodes_to_rebuild, ino);
364 if (ctx->inodes_to_rebuild)
365 ext2fs_free_inode_bitmap(ctx->inodes_to_rebuild);
366 ctx->inodes_to_rebuild = NULL;
369 if (ctx->inodes_to_rebuild == NULL)
382 ctx->inodes_to_rebuild, ino + 1,
404 ext2fs_free_inode_bitmap(ctx->inodes_to_rebuild);
405 ctx->inodes_to_rebuild = NULL;