Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
H A Dchannels.c114 unsigned int from_channel, old_total, i; in ethnl_set_channels() local
141 old_total = channels.combined_count + in ethnl_set_channels()
205 for (i = from_channel; i < old_total; i++) in ethnl_set_channels()
/kernel/linux/linux-6.6/net/ethtool/
H 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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c2862 u64 old_total; in btrfs_grow_device() local
2871 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2881 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
4676 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4821 WARN_ON(diff > old_total); in btrfs_shrink_device()
4823 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c2910 u64 old_total; in btrfs_grow_device() local
2920 old_total = btrfs_super_total_bytes(super_copy); in btrfs_grow_device()
2930 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
4838 u64 old_total = btrfs_super_total_bytes(super_copy); in btrfs_shrink_device() local
4982 WARN_ON(diff > old_total); in btrfs_shrink_device()
4984 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()

Completed in 23 milliseconds