Searched defs:GetDirID (Results 1 - 6 of 6) 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
H A DVNode.h45 uint32 GetDirID() const { return fDirID; } function in class:VNode
H A DItem.cpp159 Item::GetDirID() const function in class:Item
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
H A DDirItem.h49 uint32 GetDirID() const { return le2h(deh_dir_id); } function in class:DirEntry
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

Completed in 35 milliseconds