Lines Matching refs:super_copy
281 u16 csum_size = btrfs_super_csum_size(fs_info->super_copy); in csum_tree_block()
1895 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
1903 root_backup = info->super_copy->super_roots; in find_newest_super_backup()
2010 btrfs_super_total_bytes(info->super_copy)); in backup_super_roots()
2012 btrfs_super_bytes_used(info->super_copy)); in backup_super_roots()
2014 btrfs_super_num_devices(info->super_copy)); in backup_super_roots()
2020 memcpy(&info->super_copy->super_roots, in backup_super_roots()
2322 struct btrfs_super_block *disk_super = fs_info->super_copy; in btrfs_replay_log()
2649 memcpy(fs_info->super_copy, bh->b_data, sizeof(*fs_info->super_copy)); in open_ctree()
2650 memcpy(fs_info->super_for_commit, fs_info->super_copy, in open_ctree()
2654 memcpy(fs_info->fsid, fs_info->super_copy->fsid, BTRFS_FSID_SIZE); in open_ctree()
2663 disk_super = fs_info->super_copy; in open_ctree()
3131 ret = next_root_backup(fs_info, fs_info->super_copy, in open_ctree()
3521 max_errors = btrfs_super_num_devices(root->fs_info->super_copy) - 1; in write_all_supers()
3915 struct btrfs_super_block *sb = fs_info->super_copy; in btrfs_check_super_valid()