Lines Matching refs:super_copy
455 u16 csum_size = btrfs_super_csum_size(fs_info->super_copy);
544 csum_size = btrfs_super_csum_size(fs_info->super_copy);
1517 kfree(fs_info->super_copy);
1860 const u64 newest_gen = btrfs_super_generation(info->super_copy);
1866 root_backup = info->super_copy->super_roots + i;
1940 btrfs_super_total_bytes(info->super_copy));
1942 btrfs_super_bytes_used(info->super_copy));
1944 btrfs_super_num_devices(info->super_copy));
1947 * if we don't copy this out to the super_copy, it won't get remembered
1950 memcpy(&info->super_copy->super_roots,
1967 struct btrfs_super_block *super = fs_info->super_copy;
2286 struct btrfs_super_block *disk_super = fs_info->super_copy;
2605 return validate_super(fs_info, fs_info->super_copy, 0);
2646 struct btrfs_super_block *sb = fs_info->super_copy;
3016 * super_copy is zeroed at allocation time and we never touch the
3020 memcpy(fs_info->super_copy, disk_super, sizeof(*fs_info->super_copy));
3023 disk_super = fs_info->super_copy;
3034 memcpy(fs_info->super_for_commit, fs_info->super_copy,
3911 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1;