Searched refs:CountBlocks (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp145 info->total_blocks = volume->CountBlocks();
H A DVolume.cpp257 // CountBlocks
259 Volume::CountBlocks() const function in class:Volume
H A DVolume.h103 off_t CountBlocks() const;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp1448 fItemSize = indirect.CountBlocks() * (off_t)fBlockSize;
1476 fItemSize = min(indirect.CountBlocks()
1510 skipItems = min(skipItems, indirect.CountBlocks()); // not necessary
1514 error == B_OK && bufferSize > 0 && i < indirect.CountBlocks();
H A Dkernel_interface.cpp87 partition->content_size = volume->CountBlocks()
165 info->total_blocks = volume->CountBlocks();
H A DVolume.cpp144 error = fBlockCache->Init(fDevice, CountBlocks(), GetBlockSize());
239 // CountBlocks
241 Volume::CountBlocks() const function in class:Volume
243 return fSuperBlock->CountBlocks();
H A DVolume.h53 off_t CountBlocks() const;
H A DIndirectItem.h40 uint32 CountBlocks() const function in class:IndirectItem
48 if (index >= 0 && index < (int32)CountBlocks())
H A DSuperBlock.h43 uint32 CountBlocks() const function in class:SuperBlock
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp48 uint32 CountBlocks() const { return fBlockCount; } function in class:RunArrays
50 { return CountBlocks() + CountArrays(); }
775 if (runArrays.CountBlocks() == 0) {

Completed in 68 milliseconds