Lines Matching refs:new_fs
59 ext2_filsys new_fs; in online_resize_fs() local
197 retval = ext2fs_dup_handle(fs, &new_fs); in online_resize_fs()
213 ext2fs_clear_feature_flex_bg(new_fs->super); in online_resize_fs()
214 retval = adjust_fs_info(new_fs, fs, 0, *new_size); in online_resize_fs()
235 i < new_fs->group_desc_count; i++) { in online_resize_fs()
237 input.block_bitmap = ext2fs_block_bitmap_loc(new_fs, i); in online_resize_fs()
238 input.inode_bitmap = ext2fs_inode_bitmap_loc(new_fs, i); in online_resize_fs()
239 input.inode_table = ext2fs_inode_table_loc(new_fs, i); in online_resize_fs()
240 input.blocks_count = ext2fs_group_blocks_count(new_fs, i); in online_resize_fs()
249 input.inode_table + new_fs->inode_blocks_per_group-1); in online_resize_fs()
254 ext2fs_bg_free_blocks_count(new_fs, i), in online_resize_fs()
256 ext2fs_bg_free_inodes_count(new_fs, i), in online_resize_fs()
257 new_fs->inode_blocks_per_group); in online_resize_fs()
283 ext2fs_free(new_fs); in online_resize_fs()