Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dchannels.c112 unsigned int from_channel, old_total, i; in ethnl_set_channels() local
121 old_total = channels.combined_count + in ethnl_set_channels()
175 for (i = from_channel; i < old_total; i++) in ethnl_set_channels()
/linux/fs/btrfs/
H A Dvolumes.c3094 u64 old_total; in btrfs_grow_device() local
3104 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
3114 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
5148 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
5306 WARN_ON(diff > old_total); in btrfs_shrink_device()
5308 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()
H A Dblock-group.c1914 u64 old_total; in btrfs_reclaim_bgs_work() local
1980 old_total = space_info->total_bytes; in btrfs_reclaim_bgs_work()
2039 if (space_info->total_bytes < old_total) in btrfs_reclaim_bgs_work()