Searched refs:GetZero (Results 1 – 6 of 6) sorted by relevance
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Block.h | 26 bool GetZero(Volume* volume, uint64 blockIndex,
|
H A D | Block.cpp | 57 Block::GetZero(Volume* volume, uint64 blockIndex, Transaction& transaction) in GetZero() function in Block
|
H A D | BlockAllocator.cpp | 100 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 D | Volume.cpp | 214 if (!block.GetZero(this, kCheckSumFSSuperBlockOffset / B_PAGE_SIZE, in Initialize() 500 if (!block.GetZero(this, allocatedBlock.Index(), transaction)) in _CreateNode()
|
H A D | File.cpp | 633 if (!newBlock.GetZero(GetVolume(), allocatedBlock.Index(), in _GrowTree() 693 if (!infos[level].block.GetZero(GetVolume(), blockIndex, in _GrowTree()
|
H A D | Directory.cpp | 1368 if (!newInfo.block.GetZero(fDirectory->GetVolume(), in _InsertEntryIncrementDepth() 1420 if (!newBlock.GetZero(fDirectory->GetVolume(), allocatedBlock.Index(), in _InsertEntrySplitBlock()
|