Lines Matching refs:super_copy
281 u16 csum_size = btrfs_super_csum_size(fs_info->super_copy); in csum_tree_block()
1941 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
1949 root_backup = info->super_copy->super_roots; in find_newest_super_backup()
2056 btrfs_super_total_bytes(info->super_copy)); in backup_super_roots()
2058 btrfs_super_bytes_used(info->super_copy)); in backup_super_roots()
2060 btrfs_super_num_devices(info->super_copy)); in backup_super_roots()
2066 memcpy(&info->super_copy->super_roots, in backup_super_roots()
2368 struct btrfs_super_block *disk_super = fs_info->super_copy; in btrfs_replay_log()
2697 memcpy(fs_info->super_copy, bh->b_data, sizeof(*fs_info->super_copy)); in open_ctree()
2698 memcpy(fs_info->super_for_commit, fs_info->super_copy, in open_ctree()
2702 memcpy(fs_info->fsid, fs_info->super_copy->fsid, BTRFS_FSID_SIZE); in open_ctree()
2711 disk_super = fs_info->super_copy; in open_ctree()
3200 ret = next_root_backup(fs_info, fs_info->super_copy, in open_ctree()
3612 max_errors = btrfs_super_num_devices(root->fs_info->super_copy) - 1; in write_all_supers()
4017 struct btrfs_super_block *sb = fs_info->super_copy; in btrfs_check_super_valid()