Searched refs:CachedNode (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | BPlusTree.cpp | 249 CachedNode::UnsetUnchanged(Transaction& transaction) in UnsetUnchanged() 266 CachedNode::Unset() in Unset() 289 CachedNode::SetTo(off_t offset, bool check) in SetTo() 300 CachedNode::SetTo(off_t offset, const bplustree_node** _node, bool check) in SetTo() 333 CachedNode::SetToWritable(Transaction& transaction, off_t offset, bool check) in SetToWritable() 364 CachedNode::MakeWritable(Transaction& transaction) in MakeWritable() 380 CachedNode::SetToHeader() in SetToHeader() 396 CachedNode::SetToWritableHeader(Transaction& transaction) in SetToWritableHeader() 423 CachedNode::InternalSetTo(Transaction* transaction, off_t offset) in InternalSetTo() 481 CachedNode::Free(Transaction& transaction, off_t offset) in Free() [all …]
|
H A D | BPlusTree.h | 175 class CachedNode { 177 CachedNode(BPlusTree* tree) in CachedNode() function 190 CachedNode(BPlusTree* tree, off_t offset, bool check = true) 204 ~CachedNode() in ~CachedNode() 336 CachedNode& cached, off_t* _offset, 339 CachedNode& cached, 352 CachedNode& cached, uint16 keyIndex, 367 CachedNode& cached, uint32 level, 375 friend class CachedNode; variable
|
H A D | ToDo | 23 …- BPlusTree::Remove() could trigger CachedNode::Free() to go through the free nodes list and free …
|