Searched refs:GetWritable (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.h24 bool GetWritable(Volume* volume, uint64 blockIndex,
H A DSymLink.cpp84 if (!block.GetWritable(GetVolume(), BlockIndex(), transaction))
H A DBlock.cpp41 Block::GetWritable(Volume* volume, uint64 blockIndex, Transaction& transaction) function in class:Block
H A DBlockAllocator.cpp368 if (!block.GetWritable(fVolume,
495 if (!block.GetWritable(fVolume,
631 if (!block.GetWritable(fVolume,
675 if (!block.GetWritable(fVolume,
727 if (!block.GetWritable(fVolume, kCheckSumFSSuperBlockOffset / B_PAGE_SIZE,
H A DNode.cpp265 if (!block.GetWritable(fVolume, fBlockIndex, transaction))
H A DFile.cpp499 if (!infos[0].block.GetWritable(GetVolume(), BlockIndex(), transaction))
534 if (!info.block.GetWritable(GetVolume(), blockIndex, transaction))
611 if (!rootBlock.GetWritable(GetVolume(), BlockIndex(), transaction))
659 if (!infos[i + 1].block.GetWritable(GetVolume(),
H A DVolume.cpp437 if (!block.GetWritable(this, kCheckSumFSSuperBlockOffset / B_PAGE_SIZE,
H A DDirectory.cpp1077 if (!fRootBlock.GetWritable(fDirectory->GetVolume(),

Completed in 105 milliseconds