/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Block.cpp | 31 Block::GetReadable(Volume* volume, uint64 blockIndex) in GetReadable() 41 Block::GetWritable(Volume* volume, uint64 blockIndex, Transaction& transaction) in GetWritable() 57 Block::GetZero(Volume* volume, uint64 blockIndex, Transaction& transaction) in GetZero() 111 Block::_Init(Volume* volume, uint64 blockIndex, const void* data, in _Init()
|
H A D | Node.cpp | 28 Node::Node(Volume* volume, uint64 blockIndex, const checksumfs_node& nodeData) in Node() 75 Node::SetBlockIndex(uint64 blockIndex) in SetBlockIndex() 155 Node::SetParentDirectory(uint32 blockIndex) in SetParentDirectory() 163 Node::SetAttributeDirectory(uint32 blockIndex) in SetAttributeDirectory()
|
H A D | Volume.cpp | 265 Volume::GetNode(uint64 blockIndex, Node*& _node) in GetNode() 293 Volume::ReadNode(uint64 blockIndex, Node*& _node) in ReadNode() 384 uint64 blockIndex = node->BlockIndex(); in DeleteNode() local
|
H A D | Directory.cpp | 277 uint64 blockIndex) in InsertEntry() 591 uint64 blockIndex = entryBlock.BlockIndexAt(index); in LookupEntry() local 752 DirEntryTree::InsertEntry(const char* name, uint64 blockIndex, in InsertEntry() 1105 const char* name, size_t nameLength, uint64 blockIndex, bool insertKey, in _UpdateOrInsertKey() 1441 DirEntryTree::_Check(int32 level, uint64 blockIndex, const char* key, in _Check() 1508 Directory::Directory(Volume* volume, uint64 blockIndex, in Directory() 1540 uint64 blockIndex; in DeletingNode() local 1613 Directory::InsertEntry(const char* name, uint64 blockIndex, in InsertEntry()
|
H A D | File.cpp | 63 File::File(Volume* volume, uint64 blockIndex, const checksumfs_node& nodeData) in File() 336 uint64 blockIndex = BlockIndex(); in GetFileVecs() local 529 uint64 blockIndex = infos[level].blockData[infos[level].childCount - 1]; in _ShrinkTree() local 570 uint64 blockIndex = infos[0].blockData[0]; in _ShrinkTree() local 683 uint64 blockIndex = allocatedBlock.Index(); in _GrowTree() local
|
H A D | Transaction.cpp | 289 Transaction::RegisterBlock(uint64 blockIndex) in RegisterBlock() 330 Transaction::PutBlock(uint64 blockIndex, const void* data) in PutBlock()
|
H A D | SymLink.cpp | 19 SymLink::SymLink(Volume* volume, uint64 blockIndex, in SymLink()
|
H A D | checksumfs.cpp | 161 uint64 blockIndex; in ReadNextEntry() local 265 uint64 blockIndex = fNode->AttributeDirectory(); in _UpdateAttributeDirectory() local 441 uint64 blockIndex; in remove_entry() local 618 uint64 blockIndex; in create_file() local 739 uint64 blockIndex = node->AttributeDirectory(); in get_attribute_directory() local 1004 uint64 blockIndex; in checksumfs_lookup() local 1302 uint64 blockIndex; in checksumfs_rename() local 1976 uint64 blockIndex; in checksumfs_open_attr() local 2150 uint64 blockIndex; in checksumfs_remove_attr() local
|
H A D | BlockAllocator.cpp | 375 uint32 blockIndex = base / kBlocksPerBitmapBlock % kBitmapBlocksPerGroup; in _AllocateInGroup() local 638 uint32 blockIndex = base / kBlocksPerBitmapBlock % kBitmapBlocksPerGroup; in _FreeInGroup() local
|
/haiku/src/apps/charactermap/ |
H A D | UnicodeBlockView.cpp | 15 BlockListItem::BlockListItem(const char* label, uint32 blockIndex) in BlockListItem() 154 int32 blockIndex = IndexOf(block); in SelectBlockForCharacter() local
|
H A D | CharacterView.cpp | 121 CharacterView::ScrollToBlock(int32 blockIndex) in ScrollToBlock()
|
/haiku/src/tests/system/kernel/file_corruption/driver/ |
H A D | checksum_device.h | 21 uint64 blockIndex; member
|
H A D | checksum_device.cpp | 74 uint64 blockIndex; member
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | Volume.cpp | 433 Volume::_GroupDescriptorBlock(uint32 blockIndex) in _GroupDescriptorBlock() 487 int32 blockIndex = index / fGroupsPerBlock; in GetBlockGroup() local 527 int32 blockIndex = index / fGroupsPerBlock; in WriteBlockGroup() local
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.cpp | 121 off_t blockIndex = key.page_index >> SWAP_BLOCK_SHIFT; in HashKey() local 530 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; in _FreeSwapPageRange() local 653 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; in Adopt() local 1086 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; in _SwapBlockBuild() local 1110 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; in _SwapBlockFree() local 1136 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; in _SwapBlockGetAddress() local
|
/haiku/src/system/boot/loader/file_systems/tarfs/ |
H A D | tarfs.cpp | 679 int blockIndex = 0; in Init() local
|