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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.h52 uint32 GetDirID() const { return GetKey()->GetDirID(); } function in class:ItemHeader
78 uint32 GetDirID() const;
H A DKey.h81 uint32 GetDirID() const { return le2h(k_dir_id); } function in class:Key
211 uint32 GetDirID() const { return fKey->GetDirID(); } function in class:VKey
221 if (GetDirID() < k.GetDirID())
223 if (GetDirID() > k.GetDirID())
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(), nod
[all...]
H A DIterators.h162 uint32 GetDirID() const { return fDirID; } function in class:ObjectItemIterator
196 uint32 GetDirID() const { return fItemIterator.GetDirID(); } function in class:DirEntryIterator
225 uint32 GetDirID() const { return fItemIterator.GetDirID(); } function in class:StreamReader
H A DItem.cpp157 // GetDirID
159 Item::GetDirID() const function in class:Item
161 return fHeader->GetDirID();
H A DVNode.h45 uint32 GetDirID() const { return fDirID; } 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());
591 DirEntryIterator iterator(fTree, fRootVNode->GetDirID(),
631 DirEntryIterator iterator(fTree, fRootVNode->GetDirID(),
H A DDirItem.h49 uint32 GetDirID() const { return le2h(deh_dir_id); } function in class:DirEntry
61 PRINT((" dir ID: %" B_PRIu32 "\n", GetDirID()));
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 260 milliseconds