Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dvolumes.h141 u64 disk_total_bytes; member
291 BTRFS_DEVICE_GETSET_FUNCS(disk_total_bytes);
A Ddev-replace.c206 dev_replace->tgtdev->disk_total_bytes = in btrfs_init_dev_replace()
207 dev_replace->srcdev->disk_total_bytes; in btrfs_init_dev_replace()
309 device->disk_total_bytes = btrfs_device_get_disk_total_bytes(srcdev); in btrfs_init_dev_replace_tgtdev()
988 src_device->disk_total_bytes); in btrfs_dev_replace_finishing()
A Dvolumes.c2716 device->disk_total_bytes = device->total_bytes; in btrfs_init_new_device()
6986 device->disk_total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
6987 device->total_bytes = device->disk_total_bytes; in fill_device_from_item()
6988 device->commit_total_bytes = device->disk_total_bytes; in fill_device_from_item()
7794 curr->commit_total_bytes = curr->disk_total_bytes; in btrfs_commit_device_sizes()
7883 if (physical_offset + physical_len > dev->disk_total_bytes) { in verify_one_dev_extent()
7887 dev->disk_total_bytes); in verify_one_dev_extent()
A Dzoned.c2468 total += device->disk_total_bytes; in btrfs_zoned_should_reclaim()

Completed in 24 milliseconds