Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c3196 u64 old_total; in btrfs_grow_device() local
3206 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
3216 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
5289 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
5448 WARN_ON(diff > old_total); in btrfs_shrink_device()
5450 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()
H A Dblock-group.c1946 u64 old_total; in btrfs_reclaim_block_group() local
2005 old_total = space_info->total_bytes; in btrfs_reclaim_block_group()
2069 if (space_info->total_bytes < old_total) in btrfs_reclaim_block_group()