Searched refs:lowBytes (Results 1 – 3 of 3) sorted by relevance
181 final long lowBytes = storage.getStorageLowBytes(file); in check() local186 if (file.getUsableSpace() < (lowBytes * 3) / 2) { in check()190 pms.freeStorage(vol.getFsUuid(), lowBytes * 2, 0); in check()212 } else if (usableBytes <= lowBytes) { in check()
718 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(), in updateByteCountThr() local722 if (lowBytes > 0) { in updateByteCountThr()724 mByteDeltaAccThr = Math.max(lowBytes, mByteDeltaAccThr); in updateByteCountThr()
1466 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes() local1471 return Math.min(lowBytes, maxLowBytes); in getStorageLowBytes()