Searched refs:_InsertExtent (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | ExtentAllocator.h | 126 status_t _InsertExtent(CachedExtentTree* tree, 128 status_t _InsertExtent(CachedExtentTree* tree,
|
H A D | ExtentAllocator.cpp | 476 _InsertExtent(tree, insert); in LoadExtent() 481 _InsertExtent(tree, start, End() - start, flags); in LoadExtent() 488 BlockGroup::_InsertExtent(CachedExtentTree* tree, uint64 start, uint64 length, in _InsertExtent() function in BlockGroup 492 return _InsertExtent(tree, extent); in _InsertExtent() 497 BlockGroup::_InsertExtent(CachedExtentTree* tree, CachedExtent* extent) in _InsertExtent() function in BlockGroup
|