Searched refs:NoAllocEntryRef (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.h21 // NoAllocEntryRef
24 class NoAllocEntryRef : public EntryRef { class in inherits:EntryRef
26 NoAllocEntryRef();
27 NoAllocEntryRef(dev_t volumeID, ino_t nodeID,
29 NoAllocEntryRef(const entry_ref& ref);
30 ~NoAllocEntryRef();
32 NoAllocEntryRef& operator=(const entry_ref& ref);
H A DEntryRef.cpp48 NoAllocEntryRef::NoAllocEntryRef() function in class:NoAllocEntryRef
54 NoAllocEntryRef::NoAllocEntryRef(dev_t volumeID, ino_t nodeID, const char* name) function in class:NoAllocEntryRef
63 NoAllocEntryRef::NoAllocEntryRef(const entry_ref& ref) function in class:NoAllocEntryRef
72 NoAllocEntryRef::~NoAllocEntryRef()
78 NoAllocEntryRef&
79 NoAllocEntryRef
[all...]
H A DEntry.cpp52 NoAllocEntryRef
55 return NoAllocEntryRef(fVolume->GetID(), fDirectory->GetID(),
98 NoAllocEntryRef entryRef(GetEntryRef());
H A DEntry.h27 NoAllocEntryRef GetEntryRef() const;
H A DNode.cpp103 NoAllocEntryRef ref(volumeID, directoryID, name);
114 NoAllocEntryRef ref(entry->GetEntryRef());
256 NoAllocEntryRef entryRef(entry->GetEntryRef());
H A DVolumeManager.cpp598 NoAllocEntryRef entryRef(volumeID, directoryID, ".");
746 NoAllocEntryRef entryRef(volumeID, directoryID, name);
1068 NoAllocEntryRef ref(event->volumeID, event->directoryID,
1136 NoAllocEntryRef ref(event->volumeID, event->directoryID,
1704 NoAllocEntryRef ref(event->volumeID, event->toDirectoryID,
H A DClientConnection.cpp3025 NoAllocEntryRef ref(event->nodeVolumeID, event->nodeID, ".");

Completed in 72 milliseconds