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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h108 class BlockGroup { class
110 BlockGroup(BTree* extentTree);
111 ~BlockGroup();
124 BlockGroup(const BlockGroup&);
125 BlockGroup& operator=(const BlockGroup&);
H A DExtentAllocator.cpp349 // BlockGroup
352 BlockGroup::BlockGroup(BTree* extentTree) function in class:BlockGroup
361 BlockGroup::~BlockGroup()
374 BlockGroup::SetExtentTree(off_t rootAddress)
381 // re-allocate BlockGroup;
390 /* Initialize BlockGroup that has flag
393 BlockGroup::Initialize(uint64 flag)
401 TRACE("BlockGroup
[all...]

Completed in 31 milliseconds