/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Notifications.cpp | 30 fDirectory->BlockIndex(), fName, fNode->BlockIndex()); in NotifyPostCommit() 51 fDirectory->BlockIndex(), fName, fNode->BlockIndex()); in NotifyPostCommit() 75 fFromDirectory->BlockIndex(), fFromName, fToDirectory->BlockIndex(), in NotifyPostCommit() 76 fToName, fNode->BlockIndex()); in NotifyPostCommit() 94 notify_stat_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(), in NotifyPostCommit() 115 notify_attribute_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(), in NotifyPostCommit()
|
H A D | Volume.cpp | 252 return new_vnode(fFSVolume, node->BlockIndex(), node, &gCheckSumFSVnodeOps); in NewNode() 259 return publish_vnode(fFSVolume, node->BlockIndex(), node, in PublishNode() 274 return put_vnode(fFSVolume, node->BlockIndex()); in PutNode() 281 return remove_vnode(fFSVolume, node->BlockIndex()); in RemoveNode() 288 return unremove_vnode(fFSVolume, node->BlockIndex()); in UnremoveNode() 384 uint64 blockIndex = node->BlockIndex(); in DeleteNode() 390 error = fBlockAllocator->Free(node->BlockIndex(), 1, transaction); in DeleteNode()
|
H A D | SymLink.cpp | 56 if (!block.GetReadable(GetVolume(), BlockIndex())) in ReadSymLink() 84 if (!block.GetWritable(GetVolume(), BlockIndex(), transaction)) in WriteSymLink()
|
H A D | File.cpp | 94 fFileMap = file_map_create(GetVolume()->ID(), BlockIndex(), Size()); in InitForVFS() 99 fFileCache = file_cache_create(GetVolume()->ID(), BlockIndex(), Size()); in InitForVFS() 117 B_PRIu64 "\n", BlockIndex()); in DeletingNode() 124 BlockIndex()); in DeletingNode() 131 B_PRIu64 "\n", BlockIndex()); in DeletingNode() 336 uint64 blockIndex = BlockIndex(); in GetFileVecs() 499 if (!infos[0].block.GetWritable(GetVolume(), BlockIndex(), transaction)) in _ShrinkTree() 611 if (!rootBlock.GetWritable(GetVolume(), BlockIndex(), transaction)) in _GrowTree() 628 status_t error = allocatedBlock.Allocate(BlockIndex()); in _GrowTree() 679 status_t error = allocatedBlock.Allocate(BlockIndex()); in _GrowTree()
|
H A D | checksumfs.cpp | 168 blockIndex = fDirectory->BlockIndex(); in ReadNextEntry() 277 if (blockIndex == fAttributeDirectory->BlockIndex()) in _UpdateAttributeDirectory() 297 fNode->BlockIndex()); in _UpdateAttributeDirectory() 468 if (blockIndex != childNode->BlockIndex()) { in remove_entry() 668 error = directory->InsertEntry(name, newFile->BlockIndex(), transaction); in create_file() 682 newFile->SetParentDirectory(directory->BlockIndex()); in create_file() 754 node->BlockIndex()); in get_attribute_directory() 769 attributeDirectory->SetParentDirectory(node->BlockIndex()); in get_attribute_directory() 771 node->SetAttributeDirectory(attributeDirectory->BlockIndex()); in get_attribute_directory() 862 *_rootVnodeID = volume->RootDirectory()->BlockIndex(); in checksumfs_mount() [all …]
|
H A D | Directory.cpp | 796 level == 0 ? fDirectory->BlockIndex() : info.block.Index(), in InsertEntry() 886 level == 0 ? fDirectory->BlockIndex() : info.block.Index(), in RemoveEntry() 1058 return _Check(0, fDirectory->BlockIndex(), NULL, 0, entryBlock); in Check() 1066 fDirectory->BlockIndex())) { in _InitReadOnly() 1078 fDirectory->BlockIndex(), transaction)) { in _InitWritable() 1362 status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex()); in _InsertEntryIncrementDepth() 1415 status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex()); in _InsertEntrySplitBlock() 1554 "\n", BlockIndex()); in DeletingNode() 1559 BlockIndex()); in DeletingNode() 1565 "directory at %" B_PRIu64 "\n", blockIndex, BlockIndex()); in DeletingNode() [all …]
|
H A D | SuperBlock.cpp | 45 rootDir = volume->RootDirectory()->BlockIndex(); in Initialize()
|
H A D | Transaction.cpp | 23 if (a->BlockIndex() <= b->BlockIndex()) in swap_if_greater()
|
H A D | Node.h | 52 inline uint64 BlockIndex() const { return fBlockIndex; } in BlockIndex() function
|
H A D | Node.cpp | 102 BlockIndex()); in DeletingNode()
|
/haiku/src/system/boot/loader/file_systems/amiga_ffs/ |
H A D | File.cpp | 30 int32 BlockIndex(off_t offset) const; 76 Stream::BlockIndex(off_t offset) const in BlockIndex() function in FFS::Stream 134 block = fNode.DataBlock(BlockIndex(offset)); in ReadAt() 136 block = fBlock.DataBlock(BlockIndex(offset)); in ReadAt()
|
/haiku/src/apps/charactermap/ |
H A D | UnicodeBlockView.h | 18 uint32 BlockIndex() const { return fBlockIndex; } in BlockIndex() function
|
H A D | CharacterWindow.cpp | 324 fCharacterView->ScrollToBlock(item->BlockIndex()); in MessageReceived()
|