Searched refs:GetCurrentEntry (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h24 bool GetCurrentEntry(const char** name, Node** node);
25 VirtualDirEntry* GetCurrentEntry() const;
H A DShareNode.h82 virtual ShareDirEntry* GetCurrentEntry() const = 0;
97 virtual ShareDirEntry* GetCurrentEntry() const;
113 virtual ShareDirEntry* GetCurrentEntry() const;
H A DVirtualDir.cpp89 // GetCurrentEntry
91 VirtualDirIterator::GetCurrentEntry(const char** name, Node** node) function in class:VirtualDirIterator
115 // GetCurrentEntry
117 VirtualDirIterator::GetCurrentEntry() const function in class:VirtualDirIterator
246 if (iterator->GetCurrentEntry() == entry)
H A DShareNode.cpp239 // GetCurrentEntry
241 LocalShareDirIterator::GetCurrentEntry() const function in class:LocalShareDirIterator
291 // GetCurrentEntry
293 RemoteShareDirIterator::GetCurrentEntry() const function in class:RemoteShareDirIterator
474 if (iterator->GetCurrentEntry() == entry)
H A DServerVolume.cpp73 while (iterator.GetCurrentEntry(&name, &node)) {
183 while (iterator.GetCurrentEntry(&name, &node)) {
404 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DVirtualVolume.cpp98 while (iterator.GetCurrentEntry(&name, &node)) {
580 if (!iterator->GetCurrentEntry(&name, &child))
776 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DRootVolume.cpp316 while (iterator.GetCurrentEntry(&name, &node)) {
H A DShareVolume.cpp1253 while (ShareDirEntry* entry = iterator->GetCurrentEntry()) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp26 virtual Entry* GetCurrentEntry() const;
45 virtual Entry* GetCurrentEntry() const;
102 // GetCurrentEntry
104 CachedDirIterator::GetCurrentEntry() const function in class:CachedDirIterator
200 // GetCurrentEntry
202 UncachedDirIterator::GetCurrentEntry() const function in class:UncachedDirIterator
265 if (iterator->GetCurrentEntry() == entry)
H A DNodeHandle.h86 virtual Entry* GetCurrentEntry() const = 0;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h230 status_t GetCurrentEntry(btrfs_key* _key, void** _value,
324 BTree::Path::GetCurrentEntry(btrfs_key* _key, void** _value, uint32* _size, function in class:BTree::Path
H A DBTree.cpp626 status = path->GetCurrentEntry(&found, _value, _size, _offset);
960 status = fPath->GetCurrentEntry(&found, _value, _size, _offset);

Completed in 135 milliseconds