Searched refs:haveBytes (Results 1 – 1 of 1) sorted by relevance
2152 final long haveBytes = Os.fstat(fd).st_blocks * 512; in allocateBytes() local2153 final long needBytes = bytes - haveBytes; in allocateBytes()