Searched refs:childBlock (Results 1 - 3 of 3) sorted by path

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp1485 Block childBlock;
1486 if (!childBlock.GetReadable(fDirectory->GetVolume(), childBlockIndex)) {
1493 (checksumfs_dir_entry_block*)childBlock.Data(), B_PAGE_SIZE);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.cpp463 uint32* childBlock = (uint32*)cached.SetToWritable(transaction, blockNum, local
465 if (childBlock == NULL)
469 return _AddBlocks(transaction, &childBlock[start], end - start);
490 return _AddBlocks(transaction, &childBlock[elementPos],
495 status = _AddBlocks(transaction, &childBlock[elementPos],
506 status = _AddBlocks(transaction, &childBlock[elementPos], 0,
517 status = _AddBlocks(transaction, &childBlock[elementPos], 0,
673 uint32* childBlock = (uint32*)cached.SetToWritable(transaction, blockNum); local
674 if (childBlock == NULL)
678 return _FreeBlocks(transaction, &childBlock[star
[all...]
H A DHTreeEntryIterator.cpp226 HTreeEntryIterator::GetNext(uint32& childBlock) argument
274 childBlock = entry->Block();

Completed in 50 milliseconds