Home
last modified time | relevance | path

Searched refs:BlockIndex (Results 1 – 13 of 13) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp30 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 DVolume.cpp252 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 DSymLink.cpp56 if (!block.GetReadable(GetVolume(), BlockIndex())) in ReadSymLink()
84 if (!block.GetWritable(GetVolume(), BlockIndex(), transaction)) in WriteSymLink()
H A DFile.cpp94 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 Dchecksumfs.cpp168 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 DDirectory.cpp796 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 DSuperBlock.cpp45 rootDir = volume->RootDirectory()->BlockIndex(); in Initialize()
H A DTransaction.cpp23 if (a->BlockIndex() <= b->BlockIndex()) in swap_if_greater()
H A DNode.h52 inline uint64 BlockIndex() const { return fBlockIndex; } in BlockIndex() function
H A DNode.cpp102 BlockIndex()); in DeletingNode()
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp30 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 DUnicodeBlockView.h18 uint32 BlockIndex() const { return fBlockIndex; } in BlockIndex() function
H A DCharacterWindow.cpp324 fCharacterView->ScrollToBlock(item->BlockIndex()); in MessageReceived()