Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.h219 u64 total_rw_bytes; member
Dvolumes.c1121 fs_devices->total_rw_bytes = 0; in open_fs_devices()
2414 fs_devices->total_rw_bytes += device->total_bytes; in btrfs_init_new_device()
2516 fs_info->fs_devices->total_rw_bytes -= device->total_bytes; in btrfs_init_new_device()
2614 device->fs_devices->total_rw_bytes += diff; in btrfs_grow_device()
4364 device->fs_devices->total_rw_bytes -= diff; in btrfs_shrink_device()
4506 device->fs_devices->total_rw_bytes += diff; in btrfs_shrink_device()
4632 if (fs_devices->total_rw_bytes > 50ULL * SZ_1G) in __btrfs_alloc_chunk()
4651 max_chunk_size = min(div_factor(fs_devices->total_rw_bytes, 1), in __btrfs_alloc_chunk()
6693 device->fs_devices->total_rw_bytes += device->total_bytes; in read_one_dev()
6963 fs_info->fs_devices->total_rw_bytes) { in btrfs_read_chunk_tree()
[all …]