Searched refs:allocatableBytes (Results 1 – 1 of 1) sorted by relevance
3265 final long allocatableBytes = getAllocatableBytes(volumeUuid, flags, callingPackage); in allocateBytes() local3266 if (bytes > allocatableBytes) { in allocateBytes()3268 + " because only " + allocatableBytes + " allocatable")); in allocateBytes()