Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance
1456 u64 old_total = btrfs_super_total_bytes(super_copy); in __btrfs_grow_device() local1464 btrfs_set_super_total_bytes(super_copy, old_total + diff); in __btrfs_grow_device()1816 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local1845 WARN_ON(diff > old_total); in btrfs_shrink_device()1846 btrfs_set_super_total_bytes(super_copy, old_total - diff); in btrfs_shrink_device()