Searched defs:EntryKey (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp27 struct Volume::EntryKey { struct in class:Volume
28 EntryKey() {} function in struct:Volume::EntryKey
30 EntryKey(ino_t directoryID, const char* name) function in struct:Volume::EntryKey
36 EntryKey(Entry* entry) function in struct:Volume::EntryKey
42 EntryKey(const EntryKey& other) function in struct:Volume::EntryKey
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h83 class EntryKey { class in class:PackageFS::PackageSettingsItem
85 EntryKey(Entry* parent, const char* name, size_t nameLength) function in class:PackageFS::PackageSettingsItem::EntryKey
93 EntryKey(Entry* parent, const char* name) function in class:PackageFS::PackageSettingsItem::EntryKey
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h62 class EntryKey { class in class:PackageSettingsItem
64 EntryKey(Entry* parent, const char* name) function in class:PackageSettingsItem::EntryKey
72 EntryKey(Entry* parent, const String& name) function in class:PackageSettingsItem::EntryKey
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp58 struct ShareVolume::EntryKey { struct in class:ShareVolume
59 EntryKey() {} function in struct:ShareVolume::EntryKey
61 EntryKey(ino_t directoryID, const char* name) function in struct:ShareVolume::EntryKey
67 EntryKey(const EntryKey& other) function in struct:ShareVolume::EntryKey
[all...]

Completed in 57 milliseconds