Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h138 class ExtentAllocator {
140 ExtentAllocator(Volume* volume);
141 ~ExtentAllocator();
151 ExtentAllocator(const ExtentAllocator&);
152 ExtentAllocator& operator=(const ExtentAllocator&);
H A DVolume.h23 class ExtentAllocator; variable
58 ExtentAllocator* GetAllocator() const { return fExtentAllocator; } in GetAllocator()
93 ExtentAllocator* fExtentAllocator;
H A DExtentAllocator.cpp513 ExtentAllocator::ExtentAllocator(Volume* volume) in ExtentAllocator() function in ExtentAllocator
524 ExtentAllocator::~ExtentAllocator() in ~ExtentAllocator()
532 ExtentAllocator::_LoadExtentTree(uint64 flags) in _LoadExtentTree()
576 ExtentAllocator::Initialize() in Initialize()
610 ExtentAllocator::_Allocate(uint64& found, uint64 start, uint64 size, in _Allocate()
647 ExtentAllocator::AllocateTreeBlock(uint64& found, uint64 start, uint64 flags) in AllocateTreeBlock()
678 ExtentAllocator::AllocateDataBlock(uint64& found, uint64 size, uint64 start, in AllocateDataBlock()
H A DJamfile26 ExtentAllocator.cpp
H A DVolume.cpp289 fExtentAllocator = new(std::nothrow) ExtentAllocator(this); in Mount()
/haiku/src/tests/add-ons/kernel/file_systems/btrfs/btrfs_shell/
H A DJamfile52 ExtentAllocator.cpp