Searched refs:total_rw_bytes (Results 1 – 2 of 2) sorted by relevance
1285 fs_devices->total_rw_bytes = 0; in open_fs_devices()2744 fs_devices->total_rw_bytes += device->total_bytes; in btrfs_init_new_device()2852 fs_info->fs_devices->total_rw_bytes -= device->total_bytes; in btrfs_init_new_device()2950 device->fs_devices->total_rw_bytes += diff; in btrfs_grow_device()4880 device->fs_devices->total_rw_bytes -= diff; in btrfs_shrink_device()5017 device->fs_devices->total_rw_bytes += diff; in btrfs_shrink_device()5128 if (fs_devices->total_rw_bytes > 50ULL * SZ_1G) in init_alloc_chunk_ctl_policy_regular()5143 ctl->max_chunk_size = min(div_factor(fs_devices->total_rw_bytes, 1), in init_alloc_chunk_ctl_policy_regular()5174 limit = max(round_down(div_factor(fs_devices->total_rw_bytes, 1), in init_alloc_chunk_ctl_policy_zoned()7395 device->fs_devices->total_rw_bytes += device->total_bytes; in read_one_dev()[all …]
243 u64 total_rw_bytes; member