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

/haiku-fatelf/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())
263 TPRINT(("key: {%lu, %lu, %Lu, %hu}\n", GetDirID(), GetObjectID(),
H A Dkernel_interface.cpp188 FUNCTION(("dir: (%Ld: %lu, %lu), entry: `%s'\n", dir->GetID(), dir->GetDirID(),
293 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
313 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
354 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
383 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
394 node->GetDirID(), node->GetObjectID());
414 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
427 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
445 node->GetDirID(), node->GetObjectID(), pos, buffer,
519 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
[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 DDirItem.h49 uint32 GetDirID() const { return le2h(deh_dir_id); } function in class:DirEntry
61 PRINT((" dir ID: %lu\n", GetDirID()));
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.cpp363 node->SetParentID(entry->GetDirID(), entry->GetObjectID());
394 error = fTree->FindDirEntry(dir->GetDirID(), dir->GetObjectID(),
400 error = FindVNode(entry->GetDirID(), entry->GetObjectID(), foundNode);
431 StreamReader reader(fTree, node->GetDirID(), node->GetObjectID());
605 DirEntryIterator iterator(fTree, fRootVNode->GetDirID(),
645 DirEntryIterator iterator(fTree, fRootVNode->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(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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())
263 TPRINT(("key: {%lu, %lu, %Lu, %hu}\n", GetDirID(), GetObjectID(),
H A Dkernel_interface.cpp254 FUNCTION(("dir: (%Ld: %lu, %lu), entry: `%s'\n", dir->GetID(), dir->GetDirID(),
312 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
338 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
349 node->GetDirID(), node->GetObjectID());
370 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
384 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
403 node->GetDirID(), node->GetObjectID(), pos, buffer,
447 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
513 FUNCTION(("node: (%Ld: %lu, %lu)\n", node->GetID(), node->GetDirID(),
518 volume->GetTree(), 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 DDirItem.h49 uint32 GetDirID() const { return le2h(deh_dir_id); } function in class:DirEntry
61 PRINT((" dir ID: %lu\n", GetDirID()));
H A DItem.cpp157 // GetDirID
159 Item::GetDirID() const function in class:Item
161 return fHeader->GetDirID();
H A DVNode.h44 uint32 GetDirID() const { return fDirID; } function in class:VNode
H A DVolume.cpp326 node->SetParentID(entry->GetDirID(), entry->GetObjectID());
357 error = fTree->FindDirEntry(dir->GetDirID(), dir->GetObjectID(),
363 error = FindVNode(entry->GetDirID(), entry->GetObjectID(), foundNode);
394 StreamReader reader(fTree, node->GetDirID(), node->GetObjectID());
568 DirEntryIterator iterator(fTree, fRootVNode->GetDirID(),
608 DirEntryIterator iterator(fTree, fRootVNode->GetDirID(),
H A DIterators.cpp689 //itemKey.GetDirID(), itemKey.GetObjectID(), itemKey.GetOffset(), itemKey.GetType()));
908 if (item.GetDirID() == fDirID && item.GetObjectID() == fObjectID)
912 //PRINT((" found item for another object: (%lu, %lu)\n", item.GetDirID(), item.GetObjectID()));
973 if (item.GetDirID() == fDirID && item.GetObjectID() == fObjectID) {
978 //PRINT((" item belongs to different object: (%lu, %lu)\n", item.GetDirID(), item.GetObjectID()));
1110 return SetTo(GetTree(), GetDirID(), GetObjectID(), GetOffset(),
1423 error = fItemIterator.SetTo(GetTree(), GetDirID(), GetObjectID(),

Completed in 128 milliseconds