Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsysfs.c324 SPACE_INFO_ATTR(disk_total);
335 BTRFS_ATTR_PTR(disk_total),
Dsuper.c1855 total_free_data += found->disk_total - found->disk_used; in btrfs_statfs()
1871 total_free_meta += found->disk_total - found->disk_used; in btrfs_statfs()
Dextent-tree.c3693 found->disk_total += total_bytes * factor; in update_space_info()
3717 found->disk_total = total_bytes * factor; in update_space_info()
9819 WARN_ON(block_group->space_info->disk_total in btrfs_remove_block_group()
9824 block_group->space_info->disk_total -= block_group->key.offset * factor; in btrfs_remove_block_group()
Dctree.h1167 u64 disk_total; /* total bytes on disk, takes mirrors into member