Lines Matching defs:BlockAllocator

11 #include "BlockAllocator.h"
584 BlockAllocator::BlockAllocator(Volume* volume)
597 BlockAllocator::~BlockAllocator()
607 BlockAllocator::Initialize()
614 TRACE("BlockAllocator::Initialize(): blocks per group: %" B_PRIu32
623 TRACE("BlockAllocator::Initialize(): allocated allocation block groups\n");
630 (thread_func)BlockAllocator::_Initialize, "ext2 block allocator",
645 BlockAllocator::AllocateBlocks(Transaction& transaction, uint32 minimum,
648 TRACE("BlockAllocator::AllocateBlocks()\n");
650 TRACE("BlockAllocator::AllocateBlocks(): Acquired lock\n");
652 TRACE("BlockAllocator::AllocateBlocks(): transaction: %" B_PRId32 ", min: "
668 TRACE("BlockAllocator::AllocateBlocks(): Group %" B_PRIu32
678 TRACE("BlockAllocator::AllocateBlocks(): Found a better "
701 TRACE("BlockAllocator::AllocateBlocks(): best range (length %" B_PRIu32
710 TRACE("BlockAllocator::AllocateBlocks(): Selected range: block group %"
717 TRACE("BlockAllocator::AllocateBlocks(): Failed to allocate %" B_PRIu32
731 BlockAllocator::Allocate(Transaction& transaction, Inode* inode,
809 BlockAllocator::Free(Transaction& transaction, fsblock_t start, uint32 length)
811 TRACE("BlockAllocator::Free(%" B_PRIu64 ", %" B_PRIu32 ")\n", start,
825 TRACE("BlockAllocator::Free(): first block: %" B_PRIu64
833 panic("BlockAllocator::Free() group %" B_PRIu32 " too big (fNumGroups "
842 TRACE("BlockAllocator::Free(): Freeing from group %" B_PRIu32 ": %"
852 TRACE("BlockAllocator::Free(): Freeing all from group %" B_PRIu32 "\n",
859 TRACE("BlockAllocator::Free(): Freeing from group %" B_PRIu32 ": 0-%"
866 BlockAllocator::_Initialize(BlockAllocator* allocator)
868 TRACE("BlockAllocator::_Initialize()\n");
876 TRACE("BlockAllocator::_Initialize(): free blocks: %" B_PRIdOFF "\n",
888 TRACE("BlockAllocator::_Initialize(): free blocks: %" B_PRIdOFF "\n",
903 TRACE("BlockAllocator::_Initialize(): free blocks: %" B_PRIdOFF "\n",