Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.h90 u64 disk_total_bytes; member
219 BTRFS_DEVICE_GETSET_FUNCS(disk_total_bytes);
Ddev-replace.c169 dev_replace->tgtdev->disk_total_bytes = in btrfs_init_dev_replace()
170 dev_replace->srcdev->disk_total_bytes; in btrfs_init_dev_replace()
556 src_device->disk_total_bytes); in btrfs_dev_replace_finishing()
Dvolumes.c2315 device->disk_total_bytes = device->total_bytes; in btrfs_init_new_device()
2521 device->disk_total_bytes = btrfs_device_get_disk_total_bytes(srcdev); in btrfs_init_dev_replace_tgtdev()
6291 device->disk_total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
6292 device->total_bytes = device->disk_total_bytes; in fill_device_from_item()
6293 device->commit_total_bytes = device->disk_total_bytes; in fill_device_from_item()
6912 curr->commit_total_bytes = curr->disk_total_bytes; in btrfs_update_commit_device_size()