Lines Matching refs:EXT2_ROOT_INO
90 ext2fs_mark_inode_bitmap(inode_done_map, EXT2_ROOT_INO); in e2fsck_pass3()
151 if (ext2fs_test_inode_bitmap(ctx->inode_used_map, EXT2_ROOT_INO)) { in check_root()
158 EXT2_ROOT_INO))) { in check_root()
190 pctx.errcode = ext2fs_new_dir_block(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, in check_root()
222 pctx.errcode = ext2fs_write_new_inode(fs, EXT2_ROOT_INO, &inode); in check_root()
233 e2fsck_add_dir_info(ctx, EXT2_ROOT_INO, EXT2_ROOT_INO); in check_root()
234 ext2fs_icount_store(ctx->inode_count, EXT2_ROOT_INO, 2); in check_root()
235 ext2fs_icount_store(ctx->inode_link_info, EXT2_ROOT_INO, 2); in check_root()
237 ext2fs_mark_inode_bitmap(ctx->inode_used_map, EXT2_ROOT_INO); in check_root()
238 ext2fs_mark_inode_bitmap(ctx->inode_dir_map, EXT2_ROOT_INO); in check_root()
239 ext2fs_mark_inode_bitmap(fs->inode_map, EXT2_ROOT_INO); in check_root()
370 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, in e2fsck_get_lost_and_found()
388 pctx.errcode = ext2fs_unlink(fs, EXT2_ROOT_INO, name, ino, 0); in e2fsck_get_lost_and_found()
424 retval = ext2fs_new_inode(fs, EXT2_ROOT_INO, 040700, in e2fsck_get_lost_and_found()
438 retval = ext2fs_new_dir_block(fs, ino, EXT2_ROOT_INO, &block); in e2fsck_get_lost_and_found()
476 pctx.errcode = ext2fs_link(fs, EXT2_ROOT_INO, name, ino, EXT2_FT_DIR); in e2fsck_get_lost_and_found()
486 e2fsck_add_dir_info(ctx, ino, EXT2_ROOT_INO); in e2fsck_get_lost_and_found()
487 e2fsck_adjust_inode_count(ctx, EXT2_ROOT_INO, 1); in e2fsck_get_lost_and_found()