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.h151 u64 disk_total_bytes; member
307 BTRFS_DEVICE_GETSET_FUNCS(disk_total_bytes);
H A Dvolumes.c2885 device->disk_total_bytes = device->total_bytes; in btrfs_init_new_device()
7437 device->disk_total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
7438 device->total_bytes = device->disk_total_bytes; in fill_device_from_item()
7439 device->commit_total_bytes = device->disk_total_bytes; in fill_device_from_item()
8201 curr->commit_total_bytes = curr->disk_total_bytes; in btrfs_commit_device_sizes()
8288 if (unlikely(physical_offset + physical_len > dev->disk_total_bytes)) { in verify_one_dev_extent()
8292 dev->disk_total_bytes); in verify_one_dev_extent()