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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h153 status_t _LoadExtentTree(uint64 flags);
H A DExtentAllocator.cpp532 ExtentAllocator::_LoadExtentTree(uint64 flags) function in class:ExtentAllocator
534 TRACE("ExtentAllocator::_LoadExtentTree() flags: %" B_PRIu64 "\n", flags);
561 ERROR("ExtentAllocator::_LoadExtentTree() could not fill free extents"
582 status_t status = _LoadExtentTree(BTRFS_BLOCKGROUP_FLAG_DATA);
588 status = _LoadExtentTree(BTRFS_BLOCKGROUP_FLAG_SYSTEM);
594 status = _LoadExtentTree(BTRFS_BLOCKGROUP_FLAG_METADATA);

Completed in 38 milliseconds