Lines Matching defs:super_copy
2174 * devices in the super block (super_copy). Conversely,
2176 * (super_copy) should hold the device list mutex.
2205 num_devices = btrfs_super_num_devices(fs_info->super_copy) - 1;
2206 btrfs_set_super_num_devices(fs_info->super_copy, num_devices);
2489 struct btrfs_super_block *disk_super = fs_info->super_copy;
2732 orig_super_total_bytes = btrfs_super_total_bytes(fs_info->super_copy);
2733 btrfs_set_super_total_bytes(fs_info->super_copy,
2737 orig_super_num_devices = btrfs_super_num_devices(fs_info->super_copy);
2738 btrfs_set_super_num_devices(fs_info->super_copy,
2835 btrfs_set_super_total_bytes(fs_info->super_copy,
2837 btrfs_set_super_num_devices(fs_info->super_copy,
2909 struct btrfs_super_block *super_copy = fs_info->super_copy;
2920 old_total = btrfs_super_total_bytes(super_copy);
2929 btrfs_set_super_total_bytes(super_copy,
2985 struct btrfs_super_block *super_copy = fs_info->super_copy;
2997 array_size = btrfs_super_sys_array_size(super_copy);
2999 ptr = super_copy->sys_chunk_array;
3020 btrfs_set_super_sys_array_size(super_copy, array_size);
4273 allowed = btrfs_super_incompat_flags(fs_info->super_copy);
4837 struct btrfs_super_block *super_copy = fs_info->super_copy;
4838 u64 old_total = btrfs_super_total_bytes(super_copy);
4983 btrfs_set_super_total_bytes(super_copy,
5014 struct btrfs_super_block *super_copy = fs_info->super_copy;
5021 array_size = btrfs_super_sys_array_size(super_copy);
5026 ptr = super_copy->sys_chunk_array + array_size;
5032 btrfs_set_super_sys_array_size(super_copy, array_size + item_size);
7052 struct btrfs_super_block *super_copy = fs_info->super_copy;
7078 write_extent_buffer(sb, super_copy, 0, BTRFS_SUPER_INFO_SIZE);
7079 array_size = btrfs_super_sys_array_size(super_copy);
7081 array_ptr = super_copy->sys_chunk_array;
7333 btrfs_super_num_devices(fs_info->super_copy),
7336 btrfs_set_super_num_devices(fs_info->super_copy, total_dev);
7338 if (btrfs_super_total_bytes(fs_info->super_copy) <
7342 btrfs_super_total_bytes(fs_info->super_copy),