FreeBytes
off_t FreeBytes() const;
fSnapshot->freeBytes = fVolume->FreeBytes();
freeBytes = volume->FreeBytes();
/ (volume.Capacity() - volume.FreeBytes()));
if (volume.FreeBytes() < partition->Size()) {
if (volume.FreeBytes() > 0) {
SetField(new BStringField(string_for_size(volume.FreeBytes(), size,
if (fSpaceRequired > 0 && targetVolume.FreeBytes() < fSpaceRequired) {
volume.FreeBytes(), B_TRANSLATE("%name% (%size% free)"));
item = _AddDestinationMenuItem(path.Path(), volume.FreeBytes(),
volume.FreeBytes(), path.Path());
if ((srcStat->st_size + kKBSize) >= volume.FreeBytes()) {
if ((totalSize + (4* kKBSize)) >= dstVol->FreeBytes()) {
= static_cast<int32>(volume->FreeBytes() / (capacity / 100));
freeBytes = volume.FreeBytes();
if (volume.FreeBytes() > 0)
freeBytes += volume.FreeBytes();
off_t freeSpace = item->Volume().FreeBytes() + swapFileSize;
CHK(volume.FreeBytes() == info.free_blocks * info.block_size);
CHK(volume.FreeBytes() == B_BAD_VALUE);