Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dchannels.c112 unsigned int from_channel, old_total, i; in ethnl_set_channels() local
122 old_total = channels.combined_count + in ethnl_set_channels()
189 for (i = from_channel; i < old_total; i++) in ethnl_set_channels()
/linux-6.3-rc2/fs/btrfs/
A Dvolumes.c2902 u64 old_total; in btrfs_grow_device() local
2912 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2922 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
4829 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4973 WARN_ON(diff > old_total); in btrfs_shrink_device()
4975 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()

Completed in 18 milliseconds