Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c2465 u64 old_total; in btrfs_grow_device() local
2472 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2483 btrfs_set_super_total_bytes(super_copy, old_total + diff); in btrfs_grow_device()
3972 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4074 WARN_ON(diff > old_total); in btrfs_shrink_device()
4075 btrfs_set_super_total_bytes(super_copy, old_total - diff); in btrfs_shrink_device()