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) function in class:Block
H A DBlockAllocator.cpp100 if (!block.GetZero(fVolume, fBitmapBlock + i, transaction))
109 if (!block.GetZero(fVolume, fBitmapBlock + fBitmapBlockCount - 1,
130 if (!block.GetZero(fVolume, fAllocationGroupBlock + i, transaction))
H A DVolume.cpp214 if (!block.GetZero(this, kCheckSumFSSuperBlockOffset / B_PAGE_SIZE,
500 if (!block.GetZero(this, allocatedBlock.Index(), transaction))
H A DFile.cpp633 if (!newBlock.GetZero(GetVolume(), allocatedBlock.Index(),
693 if (!infos[level].block.GetZero(GetVolume(), blockIndex,
H A DDirectory.cpp1368 if (!newInfo.block.GetZero(fDirectory->GetVolume(),
1420 if (!newBlock.GetZero(fDirectory->GetVolume(), allocatedBlock.Index(),

Completed in 76 milliseconds