Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance
2612 u64 old_total; in btrfs_grow_device() local2619 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()2630 btrfs_set_super_total_bytes(super_copy, old_total + diff); in btrfs_grow_device()4261 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local4391 WARN_ON(diff > old_total); in btrfs_shrink_device()4392 btrfs_set_super_total_bytes(super_copy, old_total - diff); in btrfs_shrink_device()