Searched refs:CachedNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp241 // !! The CachedNode class assumes that you have properly locked the stream
249 CachedNode::UnsetUnchanged(Transaction& transaction)
266 CachedNode::Unset()
289 CachedNode::SetTo(off_t offset, bool check)
300 CachedNode::SetTo(off_t offset, const bplustree_node** _node, bool check)
333 CachedNode::SetToWritable(Transaction& transaction, off_t offset, bool check)
364 CachedNode::MakeWritable(Transaction& transaction)
380 CachedNode::SetToHeader()
396 CachedNode::SetToWritableHeader(Transaction& transaction)
423 CachedNode
[all...]
H A DBPlusTree.h175 class CachedNode { class in namespace:BFS
177 CachedNode(BPlusTree* tree) function in class:BFS::CachedNode
190 CachedNode(BPlusTree* tree, off_t offset, bool check = true) function in class:BFS::CachedNode
204 ~CachedNode()
336 CachedNode& cached, off_t* _offset,
339 CachedNode& cached,
352 CachedNode& cached, uint16 keyIndex,
367 CachedNode& cached, uint32 level,
375 friend class CachedNode;

Completed in 22 milliseconds