NoAllocEntryRef
NoAllocEntryRef ref(event->nodeVolumeID, event->nodeID, ".");
NoAllocEntryRef
return NoAllocEntryRef(fVolume->GetID(), fDirectory->GetID(),
NoAllocEntryRef entryRef(GetEntryRef());
NoAllocEntryRef GetEntryRef() const;
NoAllocEntryRef::NoAllocEntryRef()
NoAllocEntryRef::NoAllocEntryRef(dev_t volumeID, ino_t nodeID, const char* name)
NoAllocEntryRef::NoAllocEntryRef(const entry_ref& ref)
NoAllocEntryRef::~NoAllocEntryRef()
NoAllocEntryRef&
NoAllocEntryRef::operator=(const entry_ref& ref)
class NoAllocEntryRef : public EntryRef {
NoAllocEntryRef();
NoAllocEntryRef(dev_t volumeID, ino_t nodeID,
NoAllocEntryRef(const entry_ref& ref);
~NoAllocEntryRef();
NoAllocEntryRef& operator=(const entry_ref& ref);
NoAllocEntryRef ref(volumeID, directoryID, name);
NoAllocEntryRef ref(entry->GetEntryRef());
NoAllocEntryRef entryRef(entry->GetEntryRef());
NoAllocEntryRef ref(event->volumeID, event->directoryID,
NoAllocEntryRef ref(event->volumeID, event->directoryID,
NoAllocEntryRef ref(event->volumeID, event->toDirectoryID,
NoAllocEntryRef entryRef(volumeID, directoryID, ".");
NoAllocEntryRef entryRef(volumeID, directoryID, name);