Lines Matching refs:total_bytes
1908 u64 total_bytes, u64 bytes_used, in update_space_info() argument
1916 found->total_bytes += total_bytes; in update_space_info()
1931 found->total_bytes = total_bytes; in update_space_info()
2050 thresh = meta_sinfo->total_bytes * 80; in btrfs_check_metadata_free_space()
2052 thresh = meta_sinfo->total_bytes * 95; in btrfs_check_metadata_free_space()
2108 if (data_sinfo->total_bytes - data_sinfo->bytes_used - in btrfs_check_data_free_space()
2157 data_sinfo->bytes_may_use, data_sinfo->total_bytes); in btrfs_check_data_free_space()
2258 thresh = space_info->total_bytes - space_info->bytes_readonly; in do_chunk_alloc()
3358 (unsigned long long)(info->total_bytes - info->bytes_used - in dump_space_info()
3362 " may_use=%llu, used=%llu\n", info->total_bytes, in dump_space_info()
6540 block_group->space_info->total_bytes -= block_group->key.offset; in btrfs_remove_block_group()