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

123456

/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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-fatelf/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)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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.h8 #include "NodeInfo.h"
48 const NodeInfo* nodeInfo);
51 const NodeInfo& GetNodeInfo() const;
55 void Update(const NodeInfo& nodeInfo);
68 NodeInfo fInfo;
145 const NodeInfo* nodeInfo);
H A DShareNode.cpp78 ShareNode::ShareNode(Volume* volume, vnode_id id, const NodeInfo* nodeInfo)
111 const NodeInfo&
126 ShareNode::Update(const NodeInfo& nodeInfo)
395 ShareDir::ShareDir(Volume* volume, vnode_id id, const NodeInfo* nodeInfo)
/haiku-fatelf/headers/os/
H A DStorageKit.h14 #include <NodeInfo.h>
/haiku-fatelf/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-fatelf/src/apps/processcontroller/
H A DAutoIcon.cpp27 #include <NodeInfo.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp0 // NodeInfo.cpp
3 #include "NodeInfo.h"
7 NodeInfo::ShowAround(RequestMemberVisitor* visitor)
/haiku-fatelf/src/apps/text_search/
H A DFileIterator.cpp14 #include <NodeInfo.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DNodeInfo.cpp0 // NodeInfo.cpp
3 #include "NodeInfo.h"
7 NodeInfo::ShowAround(RequestMemberVisitor* visitor)
/haiku-fatelf/src/apps/deskbar/
H A DDeskbarUtils.cpp50 #include <NodeInfo.h>
/haiku-fatelf/src/apps/diskusage/
H A DSnapshot.cpp18 #include <NodeInfo.h>
/haiku-fatelf/src/apps/mail/
H A DEnclosures.h41 #include <NodeInfo.h>
H A DHeader.h41 #include <NodeInfo.h>
H A DSignature.h54 #include <NodeInfo.h>
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistItem.h11 #include <NodeInfo.h>

Completed in 292 milliseconds

123456