Searched defs:FreeBlocks (Results 1 - 8 of 8) 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 DBlockAllocator.h23 uint64 FreeBlocks() const { return fFreeBlocks; } function in class:BlockAllocator
/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/bin/bfs_tools/lib/
H A DBitmap.cpp106 Bitmap::FreeBlocks() const function in class:Bitmap
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dxfs.cpp266 XfsSuperBlock::FreeBlocks() const function in class:XfsSuperBlock
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h67 off_t FreeBlocks() const function in class:Volume
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp725 Volume::FreeBlocks(Transaction& transaction, fsblock_t start, uint32 length) function in class:Volume
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

Completed in 53 milliseconds