Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsysfs.c325 SPACE_INFO_ATTR(disk_total);
336 BTRFS_ATTR_PTR(disk_total),
Dsuper.c1989 total_free_data += found->disk_total - found->disk_used; in btrfs_statfs()
2005 total_free_meta += found->disk_total - found->disk_used; in btrfs_statfs()
Dextent-tree.c3810 found->disk_total += total_bytes * factor; in update_space_info()
3835 found->disk_total = total_bytes * factor; in update_space_info()
10202 WARN_ON(block_group->space_info->disk_total in btrfs_remove_block_group()
10207 block_group->space_info->disk_total -= block_group->key.offset * factor; in btrfs_remove_block_group()
Dctree.h1198 u64 disk_total; /* total bytes on disk, takes mirrors into member