Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance
2465 u64 old_total; in btrfs_grow_device() local2472 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()2483 btrfs_set_super_total_bytes(super_copy, old_total + diff); in btrfs_grow_device()3972 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local4074 WARN_ON(diff > old_total); in btrfs_shrink_device()4075 btrfs_set_super_total_bytes(super_copy, old_total - diff); in btrfs_shrink_device()