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