Lines Matching refs:bytes_used
862 u64 bytes_used; in caching_thread() local
866 bytes_used = block_group->length - block_group->used; in caching_thread()
867 block_group->space_info->bytes_used += bytes_used >> 1; in caching_thread()
2681 u64 bytes_used, u64 type, in btrfs_make_block_group() argument
2696 cache->used = bytes_used; in btrfs_make_block_group()
2747 u64 new_bytes_used = size - bytes_used; in btrfs_make_block_group()
2749 cache->space_info->bytes_used += new_bytes_used >> 1; in btrfs_make_block_group()
3514 cache->space_info->bytes_used += num_bytes; in btrfs_update_block_group()
3524 cache->space_info->bytes_used -= num_bytes; in btrfs_update_block_group()
3671 u64 bytes_used = btrfs_space_info_used(sinfo, false); in should_alloc_chunk() local
3685 if (sinfo->total_bytes - bytes_used < thresh) in should_alloc_chunk()
3689 if (bytes_used + SZ_2M < mult_perc(sinfo->total_bytes, 80)) in should_alloc_chunk()