Searched refs:NameIndex (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp7 #include "NameIndex.h"
80 class NameIndex::EntryTree : public _EntryTree {
87 struct NameIndex::IteratorPolicy {
88 typedef NameIndex Index;
90 typedef NameIndex::EntryTree NodeTree;
106 struct NameIndex::Iterator : public GenericIndexIterator<IteratorPolicy> {
110 // #pragma mark - NameIndex
113 NameIndex::NameIndex() function in class:NameIndex
121 NameIndex
[all...]
H A DNameIndex.h16 class NameIndex : public Index, private NodeListener { class in inherits:Index,NodeListener
18 NameIndex();
19 virtual ~NameIndex();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNameIndex.h14 // NameIndex
15 class NameIndex : public Index, private EntryListener { class in inherits:Index,EntryListener
17 NameIndex(Volume *volume);
18 virtual ~NameIndex();
H A DNameIndex.cpp11 #include "NameIndex.h"
63 class NameIndex::EntryTree : public _EntryTree {};
81 bool SetTo(NameIndex *index, const char *name, bool ignoreValue = false);
86 friend class NameIndex;
91 NameIndex *fIndex;
92 NameIndex::EntryTree::Iterator fIterator;
98 // NameIndex
101 NameIndex::NameIndex(Volume *volume) function in class:NameIndex
114 NameIndex
[all...]
H A DIndexDirectory.h13 class NameIndex;
35 NameIndex *GetNameIndex() const { return fNameIndex; }
44 NameIndex *fNameIndex;
H A DVolume.h47 class NameIndex;
142 NameIndex *GetNameIndex() const;
H A DIndexDirectory.cpp12 #include "NameIndex.h"
23 fNameIndex = new(nothrow) NameIndex(volume);
H A DVolume.cpp39 #include "NameIndex.h"
650 NameIndex *
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp349 if (entry->NameIndex() < ((sizeof(indexNames) / sizeof(indexNames[0]))))
351 "linux", indexNames[entry->NameIndex()], entry->NameLength(),
355 "linux", entry->NameIndex(), entry->NameLength(), entry->name);
H A Dext2.h819 uint8 NameIndex() const { return name_index; } function in struct:ext2_xattr_entry
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp35 #include "NameIndex.h"
256 NameIndex* index = new(std::nothrow) NameIndex;

Completed in 142 milliseconds