Lines Matching refs:super_shadow
247 struct ext2_super_block *super_shadow) in write_backup_super() argument
254 super_shadow->s_block_group_nr = ext2fs_swab16(sgrp); in write_backup_super()
260 super_shadow); in write_backup_super()
274 struct ext2_super_block *super_shadow = 0; in ext2fs_flush2() local
293 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &super_shadow); in ext2fs_flush2()
309 super_shadow = fs->super; in ext2fs_flush2()
321 *super_shadow = *fs->super; in ext2fs_flush2()
322 ext2fs_swap_super(super_shadow); in ext2fs_flush2()
356 super_shadow); in ext2fs_flush2()
406 *super_shadow = *fs->super; in ext2fs_flush2()
407 ext2fs_swap_super(super_shadow); in ext2fs_flush2()
412 retval = write_primary_superblock(fs, super_shadow); in ext2fs_flush2()
423 if (super_shadow) in ext2fs_flush2()
424 ext2fs_free_mem(&super_shadow); in ext2fs_flush2()