Searched refs:GetObjectID (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.h53 uint32 GetObjectID() const { return GetKey()->GetObjectID(); } function in class:ItemHeader
79 uint32 GetObjectID() const;
H A DKey.h82 uint32 GetObjectID() const { return le2h(k_objectid); } function in class:Key
212 uint32 GetObjectID() const { return fKey->GetObjectID(); } function in class:VKey
225 if (GetObjectID() < k.GetObjectID())
227 if (GetObjectID() > k.GetObjectID())
264 GetDirID(), GetObjectID(), GetOffset(), GetType()));
H A Dkernel_interface.cpp187 dir->GetID(), dir->GetDirID(), dir->GetObjectID(),
293 node->GetID(), node->GetDirID(), node->GetObjectID()));
311 node->GetID(), node->GetDirID(), node->GetObjectID()));
332 node->GetID(), node->GetDirID(), node->GetObjectID()));
361 node->GetID(), node->GetDirID(), node->GetObjectID()));
371 node->GetDirID(), node->GetObjectID());
392 node->GetID(), node->GetDirID(), node->GetObjectID()));
405 node->GetID(), node->GetDirID(), node->GetObjectID()));
423 node->GetID(), node->GetDirID(), node->GetObjectID(),
482 node->GetID(), node->GetDirID(), node->GetObjectID()));
[all...]
H A DIterators.h163 uint32 GetObjectID() const { return fObjectID; } function in class:ObjectItemIterator
197 uint32 GetObjectID() const { return fItemIterator.GetObjectID(); } function in class:DirEntryIterator
226 uint32 GetObjectID() const { return fItemIterator.GetObjectID(); } function in class:StreamReader
H A DItem.cpp164 // GetObjectID
166 Item::GetObjectID() const function in class:Item
168 return fHeader->GetObjectID();
H A DVNode.h47 uint32 GetObjectID() const { return fObjectID; } function in class:VNode
H A DVolume.cpp364 node->SetParentID(entry->GetDirID(), entry->GetObjectID());
396 error = fTree->FindDirEntry(dir->GetDirID(), dir->GetObjectID(),
402 error = FindVNode(entry->GetDirID(), entry->GetObjectID(), foundNode);
432 StreamReader reader(fTree, node->GetDirID(), node->GetObjectID());
592 fRootVNode->GetObjectID(), DOT_DOT_OFFSET + 1);
632 fRootVNode->GetObjectID(), DOT_DOT_OFFSET + 1);
H A DDirItem.h50 uint32 GetObjectID() const { return le2h(deh_objectid); } function in class:DirEntry
62 PRINT((" object ID: %" B_PRIu32 "\n", GetObjectID()));
H A DIterators.cpp692 //itemKey.GetDirID(), itemKey.GetObjectID(), itemKey.GetOffset(), itemKey.GetType()));
911 if (item.GetDirID() == fDirID && item.GetObjectID() == fObjectID)
915 //PRINT((" found item for another object: (%lu, %lu)\n", item.GetDirID(), item.GetObjectID()));
976 if (item.GetDirID() == fDirID && item.GetObjectID() == fObjectID) {
981 //PRINT((" item belongs to different object: (%lu, %lu)\n", item.GetDirID(), item.GetObjectID()));
1113 return SetTo(GetTree(), GetDirID(), GetObjectID(), GetOffset(),
1426 error = fItemIterator.SetTo(GetTree(), GetDirID(), GetObjectID(),

Completed in 98 milliseconds