Home
last modified time | relevance | path

Searched refs:IteratorList (Results 1 – 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp17 IteratorList; typedef
20 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
37 IteratorList* iteratorList = it.Next().value; in ~QueryManager()
73 IteratorList* iteratorList = fIterators->Get(nodeID); in AddIterator()
76 iteratorList = new(std::nothrow) IteratorList; in AddIterator()
193 IteratorList* iteratorList = fIterators->Get(nodeID); in PutIterator()
232 IteratorList iterators; in VolumeUnmounting()
235 if (IteratorList* iteratorList = fIterators->Get(nodeID)) { in VolumeUnmounting()
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp101 class LastModifiedIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in LastModifiedIndex
169 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()
202 IteratorList iterators; in NodeChanged()
219 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
234 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
H A DSizeIndex.cpp100 class SizeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in SizeIndex
168 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()
201 IteratorList iterators; in NodeChanged()
217 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
232 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
H A DLastModifiedIndex.h36 class IteratorList; variable
46 IteratorList* fIteratorsToUpdate;
H A DSizeIndex.h36 class IteratorList; variable
46 IteratorList* fIteratorsToUpdate;
H A DAttributeIndex.h47 class IteratorList; variable
58 IteratorList* fIteratorsToUpdate;
H A DAttributeIndex.cpp139 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in AttributeIndex
288 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()
334 IteratorList iterators; in NodeChanged()
345 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
362 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h37 typedef DoublyLinkedList<DirIterator> IteratorList; typedef
40 IteratorList fIterators;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.h33 class IteratorList; variable
43 IteratorList *fIterators;
H A DSizeIndex.h33 class IteratorList; variable
43 IteratorList *fIterators;
H A DAttributeIndexImpl.h33 class IteratorList; variable
48 IteratorList *fIterators;
H A DLastModifiedIndex.cpp72 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in LastModifiedIndex
111 fIterators(new(nothrow) IteratorList) in LastModifiedIndex()
H A DSizeIndex.cpp71 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in SizeIndex
109 fIterators(new(nothrow) IteratorList) in SizeIndex()
H A DAttributeIndexImpl.cpp190 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in AttributeIndexImpl
200 fIterators(new(nothrow) IteratorList) in AttributeIndexImpl()