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