Searched refs:lowBytes (Results 1 – 2 of 2) 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()
1333 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes() local1338 return Math.min(lowBytes, maxLowBytes); in getStorageLowBytes()