Lines Matching refs:bytes_used
699 u64 bytes_used; in caching_thread() local
703 bytes_used = block_group->length - block_group->used; in caching_thread()
704 block_group->space_info->bytes_used += bytes_used >> 1; in caching_thread()
2443 u64 bytes_used, u64 type, in btrfs_make_block_group() argument
2458 cache->used = bytes_used; in btrfs_make_block_group()
2491 u64 new_bytes_used = size - bytes_used; in btrfs_make_block_group()
2493 bytes_used += new_bytes_used >> 1; in btrfs_make_block_group()
2517 btrfs_update_space_info(fs_info, cache->flags, size, bytes_used, in btrfs_make_block_group()
3239 cache->space_info->bytes_used += num_bytes; in btrfs_update_block_group()
3249 cache->space_info->bytes_used -= num_bytes; in btrfs_update_block_group()
3379 u64 bytes_used = btrfs_space_info_used(sinfo, false); in should_alloc_chunk() local
3393 if (sinfo->total_bytes - bytes_used < thresh) in should_alloc_chunk()
3397 if (bytes_used + SZ_2M < div_factor(sinfo->total_bytes, 8)) in should_alloc_chunk()