Searched refs:NodeInfo (Results 1 - 25 of 123) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNodeInfo.h0 // NodeInfo.h
11 struct NodeInfo : public RequestMember { struct in inherits:RequestMember
23 NodeInfo::GetID() const
H A DEntryInfo.h6 #include "NodeInfo.h"
14 NodeInfo nodeInfo;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.h7 #include "NodeInfo.h"
21 const NodeInfo& dirInfo,
27 const NodeInfo& GetDirectoryInfo() const;
40 NodeInfo fDirectoryInfo;
H A DServerQueryIterator.cpp39 int32 shareVolumeCount, const NodeInfo& dirInfo,
99 const NodeInfo&
H A DShareNode.h11 #include "NodeInfo.h"
51 const NodeInfo* nodeInfo);
54 const NodeInfo& GetNodeInfo() const;
58 void Update(const NodeInfo& nodeInfo);
71 NodeInfo fInfo;
148 const NodeInfo* nodeInfo);
H A DShareNode.cpp80 ShareNode::ShareNode(Volume* volume, vnode_id id, const NodeInfo* nodeInfo)
114 const NodeInfo&
129 ShareNode::Update(const NodeInfo& nodeInfo)
398 ShareDir::ShareDir(Volume* volume, vnode_id id, const NodeInfo* nodeInfo)
H A DShareVolume.h137 const NodeInfo& dirInfo,
180 status_t _LoadNode(const NodeInfo& nodeInfo,
182 status_t _UpdateNode(const NodeInfo& nodeInfo);
/haiku/src/preferences/notifications/
H A DAppRefFilter.h9 #include <NodeInfo.h>
/haiku/headers/os/
H A DStorageKit.h14 #include <NodeInfo.h>
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h69 struct NodeInfo : DoublyLinkedListLinkImpl<NodeInfo> { struct in class:Transaction
75 typedef DoublyLinkedList<NodeInfo> NodeInfoList;
113 NodeInfo* _GetNodeInfo(Node* node) const;
115 void _DeleteNodeInfoAndUnlock(NodeInfo* info,
H A DTransaction.cpp108 NodeInfo* info = it.Next();) {
169 NodeInfo* info = it.Next();) {
203 NodeInfo* info = _GetNodeInfo(node);
207 info = new(std::nothrow) NodeInfo;
250 NodeInfo* info = _GetNodeInfo(node);
267 NodeInfo* info = _GetNodeInfo(node);
280 NodeInfo* info = _GetNodeInfo(node);
359 Transaction::NodeInfo*
363 NodeInfo* info = it.Next();) {
375 while (NodeInfo* inf
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp0 // NodeInfo.cpp
3 #include "NodeInfo.h"
7 NodeInfo::ShowAround(RequestMemberVisitor* visitor)
/haiku/src/apps/text_search/
H A DFileIterator.cpp14 #include <NodeInfo.h>
/haiku/src/apps/processcontroller/
H A DAutoIcon.cpp13 #include <NodeInfo.h>
/haiku/src/apps/mail/
H A DHeader.h39 #include <NodeInfo.h>
H A DEnclosures.h41 #include <NodeInfo.h>
H A DSignature.h48 #include <NodeInfo.h>
/haiku/src/apps/diskusage/
H A DSnapshot.cpp18 #include <NodeInfo.h>
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp50 #include <NodeInfo.h>
/haiku/src/kits/tracker/
H A DTemplatesMenu.cpp40 #include <NodeInfo.h>
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistItem.h11 #include <NodeInfo.h>
/haiku/src/preferences/media/
H A DMediaViews.h47 const dormant_node_info* NodeInfo() const {return fInfo;} function in class:NodeMenuItem
H A DMediaViews.cpp123 SetDefaultInput(item->NodeInfo());
133 SetDefaultOutput(item->NodeInfo());
185 const dormant_node_info* itemInfo = item->NodeInfo();
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp18 #include <NodeInfo.h>
/haiku/headers/os/storage/
H A DAppFileInfo.h9 #include <NodeInfo.h>

Completed in 110 milliseconds

12345