Lines Matching refs:thresh
3068 u64 thresh; in should_alloc_chunk() local
3078 thresh = btrfs_super_total_bytes(fs_info->super_copy); in should_alloc_chunk()
3079 thresh = max_t(u64, SZ_64M, div_factor_fine(thresh, 1)); in should_alloc_chunk()
3081 if (sinfo->total_bytes - bytes_used < thresh) in should_alloc_chunk()
3246 u64 thresh; in check_system_chunk() local
3264 thresh = btrfs_calc_metadata_size(fs_info, num_devs) + in check_system_chunk()
3267 if (left < thresh && btrfs_test_opt(fs_info, ENOSPC_DEBUG)) { in check_system_chunk()
3269 left, thresh, type); in check_system_chunk()
3273 if (left < thresh) { in check_system_chunk()
3288 thresh, BTRFS_RESERVE_NO_FLUSH); in check_system_chunk()
3290 trans->chunk_bytes_reserved += thresh; in check_system_chunk()