Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h152 u64 disk_total_bytes; member
314 BTRFS_DEVICE_GETSET_FUNCS(disk_total_bytes);
H A Dvolumes.c2973 device->disk_total_bytes = device->total_bytes; in btrfs_init_new_device()
7754 device->disk_total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
7755 device->total_bytes = device->disk_total_bytes; in fill_device_from_item()
7756 device->commit_total_bytes = device->disk_total_bytes; in fill_device_from_item()
8580 curr->commit_total_bytes = curr->disk_total_bytes; in btrfs_commit_device_sizes()
8667 if (unlikely(physical_offset + physical_len > dev->disk_total_bytes)) { in verify_one_dev_extent()
8671 dev->disk_total_bytes); in verify_one_dev_extent()