Home
last modified time | relevance | path

Searched refs:FSTree (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp99 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 DDirectoryIterator.cpp31 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 DAttribute.cpp155 BTree::Path path(fInode->GetVolume()->FSTree()); in _Lookup()
159 status_t status = fInode->GetVolume()->FSTree()->FindExact(&path, key, in _Lookup()
H A DAttributeIterator.cpp30 fIterator = new(std::nothrow) TreeIterator(inode->GetVolume()->FSTree(), in AttributeIterator()
H A DVolume.h47 BTree* FSTree() const { return fFSTree; } in FSTree() function
H A Dkernel_interface.cpp673 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()