Searched refs:ShareDirEntry (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h20 // ShareDirEntry
21 class ShareDirEntry : public BReferenceable, class in inherits:BReferenceable,DoublyLinkedListLinkImpl,SLListLinkImpl
22 public DoublyLinkedListLinkImpl<ShareDirEntry>,
23 public SLListLinkImpl<ShareDirEntry> {
25 ShareDirEntry(ShareDir* directory,
27 ~ShareDirEntry();
60 void AddReferringEntry(ShareDirEntry* entry);
61 void RemoveReferringEntry(ShareDirEntry* entry);
62 ShareDirEntry* GetFirstReferringEntry() const;
63 ShareDirEntry* GetNextReferringEntr
[all...]
H A DShareNode.cpp8 ShareDirEntry::ShareDirEntry(ShareDir* directory, const char* name, function in class:ShareDirEntry
20 ShareDirEntry::~ShareDirEntry()
26 ShareDirEntry::InitCheck() const
36 ShareDirEntry::GetDirectory() const
43 ShareDirEntry::GetName() const
50 ShareDirEntry::GetNode() const
57 ShareDirEntry::SetRevision(int64 revision)
64 ShareDirEntry
[all...]
H A DShareVolume.h30 class ShareDirEntry;
184 ShareDirEntry* _GetEntryByLocalID(ino_t localDirID,
186 ShareDirEntry* _GetEntryByRemoteID(NodeID remoteDirID,
190 ShareDirEntry** entry);
191 void _RemoveEntry(ShareDirEntry* entry);
233 EntryMap* fEntries; // local ID, name -> ShareDirEntry
H A DShareVolume.cpp109 struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> {
342 ShareDirEntry* entry = it.Next().value;
677 ShareDirEntry* entry;
1253 while (ShareDirEntry* entry = iterator->GetCurrentEntry()) {
1345 ShareDirEntry* entry = _GetEntryByLocalID(dir->GetID(), entryName);
1370 ShareDirEntry* entry;
2001 ShareDirEntry* entry;
2134 ShareDirEntry* entry;
2503 ShareDirEntry*
2514 ShareDirEntry*
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareNode.h18 // ShareDirEntry
19 class ShareDirEntry : public Referencable, class in inherits:Referencable,DLListLinkImpl,SLListLinkImpl
20 public DLListLinkImpl<ShareDirEntry>, public SLListLinkImpl<ShareDirEntry> {
22 ShareDirEntry(ShareDir* directory,
24 ~ShareDirEntry();
57 void AddReferringEntry(ShareDirEntry* entry);
58 void RemoveReferringEntry(ShareDirEntry* entry);
59 ShareDirEntry* GetFirstReferringEntry() const;
60 ShareDirEntry* GetNextReferringEntr
[all...]
H A DShareNode.cpp7 ShareDirEntry::ShareDirEntry(ShareDir* directory, const char* name, function in class:ShareDirEntry
18 ShareDirEntry::~ShareDirEntry()
24 ShareDirEntry::InitCheck() const
34 ShareDirEntry::GetDirectory() const
41 ShareDirEntry::GetName() const
48 ShareDirEntry::GetNode() const
55 ShareDirEntry::SetRevision(int64 revision)
62 ShareDirEntry
[all...]
H A DShareVolume.h29 class ShareDirEntry;
183 ShareDirEntry* _GetEntryByLocalID(ino_t localDirID,
185 ShareDirEntry* _GetEntryByRemoteID(NodeID remoteDirID,
189 ShareDirEntry** entry);
190 void _RemoveEntry(ShareDirEntry* entry);
232 EntryMap* fEntries; // local ID, name -> ShareDirEntry
H A DShareVolume.cpp109 struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> {
342 ShareDirEntry* entry = it.Next().value;
677 ShareDirEntry* entry;
1252 while (ShareDirEntry* entry = iterator->GetCurrentEntry()) {
1344 ShareDirEntry* entry = _GetEntryByLocalID(dir->GetID(), entryName);
1369 ShareDirEntry* entry;
2000 ShareDirEntry* entry;
2133 ShareDirEntry* entry;
2494 ShareDirEntry*
2505 ShareDirEntry*
[all...]

Completed in 161 milliseconds