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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.cpp40 const EntryInfo& entryInfo)
58 if (!fEntryName.SetTo(entryInfo.name.GetString())) {
64 fEntryInfo = entryInfo;
38 SetEntry(const int32* shareVolumeIDs, int32 shareVolumeCount, const NodeInfo& dirInfo, const EntryInfo& entryInfo) argument
H A DServerQueryIterator.h22 const EntryInfo& entryInfo);
H A DShareVolume.cpp654 EntryInfo* entryInfo = &reply->entryInfo; local
658 if (!entryInfo) {
659 error = _Walk(reply->entryInfo.directoryID,
660 reply->entryInfo.name.GetString(), false, &walkReply);
664 entryInfo = &walkReply->entryInfo;
671 if (_IsObsoleteEntryInfo(*entryInfo)) {
672 entryInfo = NULL;
678 error = _LoadEntry(dir, *entryInfo,
1946 GetQueryEntry(const EntryInfo& entryInfo, const NodeInfo& dirInfo, struct dirent* buffer, size_t bufferSize, int32* countRead) argument
2111 const EntryInfo& entryInfo = entryInfos->GetElements()[i]; local
2127 const EntryInfo& entryInfo = entryInfos->GetElements()[i]; local
2535 _LoadEntry(ShareDir* directory, const EntryInfo& entryInfo, ShareDirEntry** _entry) argument
2636 _IsObsoleteEntryInfo(const EntryInfo& entryInfo) argument
2817 _EntryCreated(NodeID remoteDirID, const char* name, const EntryInfo* entryInfo, int64 revision) argument
2876 _EntryMoved(NodeID remoteOldDirID, const char* oldName, NodeID remoteNewDirID, const char* name, const EntryInfo* entryInfo, int64 revision) argument
[all...]
H A DShareVolume.h136 status_t GetQueryEntry(const EntryInfo& entryInfo,
189 const EntryInfo& entryInfo,
193 const EntryInfo& entryInfo);
207 const EntryInfo* entryInfo, int64 revision);
213 const EntryInfo* entryInfo, int64 revision);
H A DServerVolume.cpp339 reply->entryInfo);
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h53 const add_on_entry_info* entryInfo);
55 const add_on_entry_info* entryInfo);
57 const add_on_entry_info* entryInfo);
60 const add_on_entry_info* entryInfo);
/haiku/src/servers/index/
H A DIndexServer.h51 const add_on_entry_info* entryInfo);
53 const add_on_entry_info* entryInfo);
H A DIndexServer.cpp57 AnalyserMonitorHandler::AddOnEnabled(const add_on_entry_info* entryInfo) argument
60 make_entry_ref(entryInfo->dir_nref.device, entryInfo->dir_nref.node,
61 entryInfo->name, &ref);
67 AnalyserMonitorHandler::AddOnDisabled(const add_on_entry_info* entryInfo) argument
70 make_entry_ref(entryInfo->dir_nref.device, entryInfo->dir_nref.node,
71 entryInfo->name, &ref);
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp96 add_on_entry_info entryInfo; local
97 entryInfo.dir_nref = *nref;
101 if (entry.GetName(entryInfo.name) != B_OK
102 || entry.GetNodeRef(&entryInfo.nref) != B_OK) {
106 fPendingEntries.push_back(entryInfo);
173 AddOnMonitorHandler::AddOnCreated(const add_on_entry_info* entryInfo) argument
180 AddOnMonitorHandler::AddOnEnabled(const add_on_entry_info* entryInfo) argument
186 AddOnMonitorHandler::AddOnDisabled(const add_on_entry_info* entryInfo) argument
192 AddOnMonitorHandler::AddOnRemoved(const add_on_entry_info* entryInfo) argument
204 add_on_entry_info entryInfo; local
[all...]
/haiku/src/servers/input/
H A DAddOnManager.cpp58 virtual void AddOnEnabled(const add_on_entry_info* entryInfo) argument
62 make_entry_ref(entryInfo->dir_nref.device, entryInfo->dir_nref.node,
63 entryInfo->name, &ref);
69 virtual void AddOnDisabled(const add_on_entry_info* entryInfo) argument
73 make_entry_ref(entryInfo->dir_nref.device, entryInfo->dir_nref.node,
74 entryInfo->name, &ref);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h466 visitor->Visit(this, entryInfo);
470 EntryInfo entryInfo; member in struct:CreateFileReply
893 visitor->Visit(this, entryInfo);
897 EntryInfo entryInfo; member in struct:WalkReply
1210 visitor->Visit(this, entryInfo);
1216 EntryInfo entryInfo; // member in struct:ReadQueryReply
1248 visitor->Visit(this, entryInfo);
1254 EntryInfo entryInfo; member in struct:EntryCreatedRequest
1298 visitor->Visit(this, entryInfo);
1306 EntryInfo entryInfo; member in struct:EntryMovedRequest
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp835 _GetEntryInfo(entry, &reply.entryInfo);
1703 EntryInfo entryInfo; local
1704 _GetEntryInfo(entry, &entryInfo);
1705 result = reply.entryInfos.Append(entryInfo);
1714 //reply.entryInfo.directoryID,
1715 //reply.entryInfo.nodeID, reply.entryInfo.name.GetString()));
1779 _GetEntryInfo(entry, &reply.entryInfo);
1799 reply.entryInfo.nodeInfo.st.st_dev,
1800 reply.entryInfo
1850 EntryInfo entryInfo; local
[all...]

Completed in 285 milliseconds