Searched refs:availbytes (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c966 int64_t availbytes; local
1164 availbytes = (int64_t)hfs_freeblks(VCBTOHFS(vcb), flags & kEFReserveMask) *
1166 if (availbytes <= 0) {
1169 if (wantContig && (availbytes < bytesToAdd))
1175 howmany(MIN(bytesToAdd, availbytes), volumeBlockSize),
1176 howmany(MIN(maximumBytes, availbytes), volumeBlockSize),

Completed in 20 milliseconds