Searched refs:FSTree (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | Inode.cpp | 99 BTree::Path path(fVolume->FSTree()); in UpdateNodeFromDisk() 102 if (fVolume->FSTree()->FindExact(&path, search_key, (void**)&node) in UpdateNodeFromDisk() 179 BTree::Path path(fVolume->FSTree()); in FindBlock() 182 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key, in FindBlock() 236 BTree::Path path(fVolume->FSTree()); in ReadAt() 240 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key, in ReadAt() 365 BTree::Path path(fVolume->FSTree()); in FindParent() 368 if (fVolume->FSTree()->FindPrevious(&path, search_key, &node_ref) != B_OK) { in FindParent() 391 if (fVolume->FSTree()->FindPrevious(path, key, NULL)) in FindNextIndex() 446 BTree* tree = fVolume->FSTree(); in MakeReference()
|
H A D | DirectoryIterator.cpp | 31 fIterator = new(std::nothrow) TreeIterator(inode->GetVolume()->FSTree(), in DirectoryIterator() 126 BTree::Path path(fInode->GetVolume()->FSTree()); in Lookup() 130 status_t status = fInode->GetVolume()->FSTree()->FindExact(&path, key, in Lookup()
|
H A D | Attribute.cpp | 155 BTree::Path path(fInode->GetVolume()->FSTree()); in _Lookup() 159 status_t status = fInode->GetVolume()->FSTree()->FindExact(&path, key, in _Lookup()
|
H A D | AttributeIterator.cpp | 30 fIterator = new(std::nothrow) TreeIterator(inode->GetVolume()->FSTree(), in AttributeIterator()
|
H A D | Volume.h | 47 BTree* FSTree() const { return fFSTree; } in FSTree() function
|
H A D | kernel_interface.cpp | 673 BTree::Path path(volume->FSTree()); in btrfs_unlink() 713 BTree::Path path(volume->FSTree()); in btrfs_create_dir() 760 BTree::Path path(volume->FSTree()); in btrfs_remove_dir()
|