Lines Matching refs:super_copy
269 u16 csum_size = btrfs_super_csum_size(fs_info->super_copy); in csum_tree_block()
1836 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
1844 root_backup = info->super_copy->super_roots; in find_newest_super_backup()
1951 btrfs_super_total_bytes(info->super_copy)); in backup_super_roots()
1953 btrfs_super_bytes_used(info->super_copy)); in backup_super_roots()
1955 btrfs_super_num_devices(info->super_copy)); in backup_super_roots()
1961 memcpy(&info->super_copy->super_roots, in backup_super_roots()
2272 struct btrfs_super_block *disk_super = fs_info->super_copy; in btrfs_replay_log()
2564 return validate_super(fs_info, fs_info->super_copy, 0); in btrfs_validate_mount_super()
2820 memcpy(fs_info->super_copy, bh->b_data, sizeof(*fs_info->super_copy)); in open_ctree()
2821 memcpy(fs_info->super_for_commit, fs_info->super_copy, in open_ctree()
2825 memcpy(fs_info->fsid, fs_info->super_copy->fsid, BTRFS_FSID_SIZE); in open_ctree()
2834 disk_super = fs_info->super_copy; in open_ctree()
3336 ret = next_root_backup(fs_info, fs_info->super_copy, in open_ctree()
3731 max_errors = btrfs_super_num_devices(fs_info->super_copy) - 1; in write_all_supers()