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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp117 status = _AddFreeExtent(hole);
131 status = _AddFreeExtent(hole);
141 status = _AddFreeExtent(hole);
196 _AddFreeExtent(leftEmpty);
221 CachedExtentTree::_AddFreeExtent(CachedExtent* node) function in class:CachedExtentTree
246 _AddFreeExtent(rightEmpty);
280 return _AddFreeExtent(extent);
H A DExtentAllocator.h100 status_t _AddFreeExtent(CachedExtent* node);

Completed in 102 milliseconds