Searched refs:allocatableBytes (Results 1 – 1 of 1) sorted by relevance
4180 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes() local4182 if (bytes > allocatableBytes) { in allocateBytes()4187 if (bytes > allocatableBytes + cacheClearable) { in allocateBytes()4189 + " because only " + (allocatableBytes + cacheClearable) + " allocatable")); in allocateBytes()