Searched refs:NodeTable (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp7 #include "NodeTable.h"
10 NodeTable::NodeTable() function in class:NodeTable
16 NodeTable::~NodeTable()
22 NodeTable::InitCheck() const
29 NodeTable::AddNode(Node *node)
42 NodeTable::RemoveNode(Node *node)
52 NodeTable::RemoveNode(ino_t id)
64 NodeTable
[all...]
H A DNodeTable.h39 // NodeTable
40 class NodeTable { class
42 NodeTable();
43 ~NodeTable();
H A DVolume.h51 class NodeTable;
177 NodeTable *fNodeTable;
H A DVolume.cpp42 #include "NodeTable.h"
181 fNodeTable = new(nothrow) NodeTable;
726 info.AddOtherAllocation(sizeof(NodeTable));
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp91 typedef BOpenHashTable<NodeHash> NodeTable; typedef
130 NodeTable *fNodeHash;
390 fNodeHash = new(std::nothrow) NodeTable();
610 NodeTable::Iterator iterator(fNodeHash);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp131 typedef BOpenHashTable<NodeHash> NodeTable; typedef in namespace:__anon34
138 NodeTable* vnode_hash;
924 fs->vnode_hash = new(std::nothrow) NodeTable();
975 NodeTable::Iterator i(fs->vnode_hash);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp746 typedef BOpenHashTable<NodeHashDefinition> NodeTable; typedef in class:VariablesView::VariableTableModel
761 NodeTable fNodeTable;

Completed in 82 milliseconds