Home
last modified time | relevance | path

Searched refs:GetEntryCount (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h86 if (index >= 0 && index < GetEntryCount()) in EntryAt()
126 status_t error = (buffer && index >= 0 && index < GetEntryCount() in GetEntryNameAt()
148 int32 count = GetEntryCount(); in IndexOfName()
171 GetEntryCount())); in Check()
180 { return GetEntryCount() * sizeof(DirEntry); } in GetEntryNameSpaceOffset()
H A DItem.h50 uint16 GetEntryCount() const { return le2h(u.ih_entry_count); } in GetEntryCount() function
84 uint16 GetEntryCount() const;
H A DItem.cpp194 Item::GetEntryCount() const in GetEntryCount() function in Item
196 return fHeader->GetEntryCount(); in GetEntryCount()
H A DIterators.cpp1136 && (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) { in GetNext()
1184 && (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) { in GetPrevious()
1188 fIndex = fDirItem.GetEntryCount() - 1; in GetPrevious()