Lines Matching refs:super_copy

1521 	kfree(fs_info->super_copy);  in btrfs_free_fs_info()
1847 const u64 newest_gen = btrfs_super_generation(info->super_copy); in find_newest_super_backup()
1853 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
1933 btrfs_super_total_bytes(info->super_copy)); in backup_super_roots()
1935 btrfs_super_bytes_used(info->super_copy)); in backup_super_roots()
1937 btrfs_super_num_devices(info->super_copy)); in backup_super_roots()
1943 memcpy(&info->super_copy->super_roots, in backup_super_roots()
1960 struct btrfs_super_block *super = fs_info->super_copy; in read_backup_root()
2265 struct btrfs_super_block *disk_super = fs_info->super_copy; in btrfs_replay_log()
2608 if (memcmp(fs_info->fs_devices->fsid, fs_info->super_copy->fsid, in btrfs_validate_super()
2612 fs_info->super_copy->fsid, fs_info->fs_devices->fsid); in btrfs_validate_super()
2618 fs_info->super_copy->metadata_uuid, BTRFS_FSID_SIZE)) { in btrfs_validate_super()
2621 fs_info->super_copy->metadata_uuid, in btrfs_validate_super()
2720 return btrfs_validate_super(fs_info, fs_info->super_copy, 0); in btrfs_validate_mount_super()
2787 struct btrfs_super_block *sb = fs_info->super_copy; in load_important_roots()
2805 struct btrfs_super_block *sb = fs_info->super_copy; in init_tree_roots()
3228 struct btrfs_super_block *disk_super = fs_info->super_copy; in btrfs_check_features()
3411 memcpy(fs_info->super_copy, disk_super, sizeof(*fs_info->super_copy)); in open_ctree()
3414 disk_super = fs_info->super_copy; in open_ctree()
3425 memcpy(fs_info->super_for_commit, fs_info->super_copy, in open_ctree()
4247 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()