Lines Matching refs:super_copy
1264 kfree(fs_info->super_copy);
1609 const u64 newest_gen = btrfs_super_generation(info->super_copy);
1615 root_backup = info->super_copy->super_roots + i;
1695 btrfs_super_total_bytes(info->super_copy));
1697 btrfs_super_bytes_used(info->super_copy));
1699 btrfs_super_num_devices(info->super_copy));
1702 * if we don't copy this out to the super_copy, it won't get remembered
1705 memcpy(&info->super_copy->super_roots,
1722 struct btrfs_super_block *super = fs_info->super_copy;
2050 struct btrfs_super_block *disk_super = fs_info->super_copy;
2502 return btrfs_validate_super(fs_info, fs_info->super_copy, 0);
2569 struct btrfs_super_block *sb = fs_info->super_copy;
2587 struct btrfs_super_block *sb = fs_info->super_copy;
3071 struct btrfs_super_block *disk_super = fs_info->super_copy;
3243 * super_copy is zeroed at allocation time and we never touch the
3247 memcpy(fs_info->super_copy, disk_super, sizeof(*fs_info->super_copy));
3250 disk_super = fs_info->super_copy;
3261 memcpy(fs_info->super_for_commit, fs_info->super_copy,
4085 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1;