Home
last modified time | relevance | path

Searched refs:old_total (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dvolumes.c2816 u64 old_total; in btrfs_grow_device() local
2825 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2835 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
4682 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4823 WARN_ON(diff > old_total); in btrfs_shrink_device()
4825 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()