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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.h18 uint64 FreeBlocks() const { return freeBlocks; } function in struct:SuperBlock
H A DSuperBlock.cpp43 freeBlocks = volume->GetBlockAllocator()->FreeBlocks();
H A DBlockAllocator.h23 uint64 FreeBlocks() const { return fFreeBlocks; } function in class:BlockAllocator
H A DVolume.cpp149 superBlock->FreeBlocks());
242 info.free_blocks = fBlockAllocator->FreeBlocks();
H A DTransaction.cpp82 fOldFreeBlockCount = fVolume->GetBlockAllocator()->FreeBlocks();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.h39 uint32 FreeBlocks();
H A DVolume.cpp190 fFreeBlocks = fSuperBlock.FreeBlocks(Has64bitFeature());
725 Volume::FreeBlocks(Transaction& transaction, fsblock_t start, uint32 length) function in class:Volume
727 TRACE("Volume::FreeBlocks(%" B_PRIu64 ", %" B_PRIu32 ")\n", start, length);
735 TRACE("Volume::FreeBlocks(): number of free blocks (before): %" B_PRIdOFF
738 TRACE("Volume::FreeBlocks(): number of free blocks (after): %" B_PRIdOFF
759 fFreeBlocks = fSuperBlock.FreeBlocks(Has64bitFeature());
780 " %" B_PRIu32 "\n", fSuperBlock.FreeBlocks(Has64bitFeature()),
H A DVolume.h130 status_t FreeBlocks(Transaction& transaction,
H A DBlockAllocator.cpp144 fFreeBits = fGroupDescriptor->FreeBlocks(fVolume->Has64bitFeature());
155 if (fGroupDescriptor->FreeBlocks(fVolume->Has64bitFeature())
161 fGroupDescriptor->FreeBlocks(fVolume->Has64bitFeature()));
465 if (fGroupDescriptor->FreeBlocks(fVolume->Has64bitFeature())
471 fGroupDescriptor->FreeBlocks(fVolume->Has64bitFeature()));
H A DDataStream.cpp598 status = fVolume->FreeBlocks(transaction, fFreeStart, fFreeCount);
619 status_t status = fVolume->FreeBlocks(transaction, fFreeStart,
H A DExtentStream.cpp431 status = fVolume->FreeBlocks(transaction, block, length);
467 status = fVolume->FreeBlocks(transaction, last.PhysicalBlock(), 1);
H A Dext2.h109 uint64 FreeBlocks(bool has64bits) const function in struct:ext2_super_block
279 uint32 FreeBlocks(bool has64bits) const function in struct:ext2_block_group
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.h24 off_t FreeBlocks() const;
H A DBitmap.cpp106 Bitmap::FreeBlocks() const function in class:Bitmap
/haiku/src/system/boot/loader/file_systems/bfs/
H A DVolume.h39 off_t FreeBlocks() const { return NumBlocks() - UsedBlocks(); } function in class:BFS::Volume
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dxfs.cpp266 XfsSuperBlock::FreeBlocks() const function in class:XfsSuperBlock
275 return TotalBlocks() - FreeBlocks();
H A Dxfs.h80 uint64 FreeBlocks() const;
H A Dkernel_interface.cpp105 info->free_blocks = volume->SuperBlock().FreeBlocks();
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp309 string_for_size(disk.BlockBitmap()->FreeBlocks() * disk.BlockSize(),
312 disk.BlockBitmap()->FreeBlocks(), 16, buffer);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h67 off_t FreeBlocks() const function in class:Volume
H A DInode.cpp1758 if (blocksNeeded > fVolume->FreeBlocks())
1772 && fVolume->FreeBlocks() > 128) {
H A Dkernel_interface.cpp229 info->free_blocks = volume->FreeBlocks();

Completed in 100 milliseconds