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