Home
last modified time | relevance | path

Searched refs:GetZero (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.h26 bool GetZero(Volume* volume, uint64 blockIndex,
H A DBlock.cpp57 Block::GetZero(Volume* volume, uint64 blockIndex, Transaction& transaction) in GetZero() function in Block
H A DBlockAllocator.cpp100 if (!block.GetZero(fVolume, fBitmapBlock + i, transaction)) in Initialize()
109 if (!block.GetZero(fVolume, fBitmapBlock + fBitmapBlockCount - 1, in Initialize()
130 if (!block.GetZero(fVolume, fAllocationGroupBlock + i, transaction)) in Initialize()
H A DVolume.cpp214 if (!block.GetZero(this, kCheckSumFSSuperBlockOffset / B_PAGE_SIZE, in Initialize()
500 if (!block.GetZero(this, allocatedBlock.Index(), transaction)) in _CreateNode()
H A DFile.cpp633 if (!newBlock.GetZero(GetVolume(), allocatedBlock.Index(), in _GrowTree()
693 if (!infos[level].block.GetZero(GetVolume(), blockIndex, in _GrowTree()
H A DDirectory.cpp1368 if (!newInfo.block.GetZero(fDirectory->GetVolume(), in _InsertEntryIncrementDepth()
1420 if (!newBlock.GetZero(fDirectory->GetVolume(), allocatedBlock.Index(), in _InsertEntrySplitBlock()