Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance
2629 u64 old_total; in btrfs_grow_device() local2638 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()2650 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()4390 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local4533 WARN_ON(diff > old_total); in btrfs_shrink_device()4535 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()