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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp64 // GetBlockSize
66 Block::GetBlockSize() const function in class:Block
68 return fCache->GetBlockSize();
286 if (GetFreeSpace() + sizeof(block_head) > GetBlockSize()) {
290 GetFreeSpace(), GetBlockSize() - sizeof(block_head)));
354 if (size + GetFreeSpace() > GetBlockSize()) {
359 "free space: %u)!\n", GetNumber(), size, GetBlockSize(),
427 if (size + GetFreeSpace() > GetBlockSize()) {
433 GetNumber(), size, GetBlockSize(), GetFreeSpace()));
H A DBlockCache.h41 uint32 GetBlockSize() const { return fBlockSize; } function in class:BlockCache
H A DSuperBlock.h37 uint16 GetBlockSize() const function in class:SuperBlock
H A DTree.h48 uint32 GetBlockSize() const;
H A DTree.cpp97 // GetBlockSize
99 Tree::GetBlockSize() const function in class:Tree
102 return fBlockCache->GetBlockSize();
H A DVolume.h52 off_t GetBlockSize() const;
H A DBlock.h47 uint32 GetBlockSize() const;
H A DItem.cpp204 uint32 blockSize = fNode->GetBlockSize();
H A DVolume.cpp144 error = fBlockCache->Init(fDevice, CountBlocks(), GetBlockSize());
232 // GetBlockSize
234 Volume::GetBlockSize() const function in class:Volume
236 return fSuperBlock->GetBlockSize();
H A Dkernel_interface.cpp88 * volume->GetBlockSize();
89 partition->block_size = volume->GetBlockSize();
163 info->block_size = volume->GetBlockSize();
H A DIterators.cpp1270 fBlockSize = tree->GetBlockSize();
1292 fBlockSize = tree->GetBlockSize();

Completed in 117 milliseconds