Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c2592 u64 old_total; in btrfs_grow_device() local
2601 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2613 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
4344 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4487 WARN_ON(diff > old_total); in btrfs_shrink_device()
4489 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()