Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2614 u64 old_total; in btrfs_grow_device() local
2621 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2632 btrfs_set_super_total_bytes(super_copy, old_total + diff); in btrfs_grow_device()
4273 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4403 WARN_ON(diff > old_total); in btrfs_shrink_device()
4404 btrfs_set_super_total_bytes(super_copy, old_total - diff); in btrfs_shrink_device()