Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c2629 u64 old_total; in btrfs_grow_device() local
2638 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() local
4533 WARN_ON(diff > old_total); in btrfs_shrink_device()
4535 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()