Home
last modified time | relevance | path

Searched refs:disk_total (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h35 u64 disk_total; /* total bytes on disk, takes mirrors into member
Dsysfs.c637 SPACE_INFO_ATTR(disk_total);
650 BTRFS_ATTR_PTR(space_info, disk_total),
Dsuper.c2179 total_free_data += found->disk_total - found->disk_used; in btrfs_statfs()
2197 total_free_meta += found->disk_total - in btrfs_statfs()
Dspace-info.c272 found->disk_total += total_bytes * factor; in btrfs_update_space_info()
Dblock-group.c1091 WARN_ON(block_group->space_info->disk_total in btrfs_remove_block_group()
1096 block_group->space_info->disk_total -= block_group->length * factor; in btrfs_remove_block_group()