Lines Matching refs:B_PRIu32

138 		ERROR("AllocationBlockGroup(%" B_PRIu32 ")::Initialize(): "
147 TRACE("Group %" B_PRIu32 " is uninit\n", fBlockGroup);
157 ERROR("AllocationBlockGroup(%" B_PRIu32 ",%" B_PRIu64 ")::Initialize()"
158 ": Mismatch between counted free blocks (%" B_PRIu32 "/%" B_PRIu32
159 ") and what is set on the group descriptor (%" B_PRIu32 ")\n",
177 TRACE("AllocationBlockGroup::_ScanFreeRanges() for group %" B_PRIu32 "\n",
185 ERROR("AllocationBlockGroup(%" B_PRIu32 ")::_ScanFreeRanges(): "
223 TRACE("AllocationBlockGroup::Allocate(%" B_PRIu32 ",%" B_PRIu32 ")\n",
240 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
241 B_PRIu32 "\n", fLargestStart, fLargestStart + fLargestLength);
245 ERROR("Failed to allocate blocks from %" B_PRIu32 " to %" B_PRIu32
280 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
281 B_PRIu32 "\n", fLargestStart, fLargestStart + fLargestLength);
296 TRACE("AllocationBlockGroup::Free(): start: %" B_PRIu32 ", length %"
297 B_PRIu32 "\n", start, length);
315 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
316 B_PRIu32 "\n", fLargestStart, fLargestStart + fLargestLength);
320 ERROR("Failed to free blocks from %" B_PRIu32 " to %" B_PRIu32
350 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
351 B_PRIu32 "\n", fLargestStart, fLargestStart + fLargestLength);
467 ERROR("AllocationBlockGroup(%" B_PRIu32 ",%" B_PRIu64 ")::_InitGroup()"
468 ": Mismatch between counted free blocks (%" B_PRIu32 "/%" B_PRIu32
469 ") and what is set on the group descriptor (%" B_PRIu32 ")\n",
614 TRACE("BlockAllocator::Initialize(): blocks per group: %" B_PRIu32
615 ", block groups: %" B_PRIu32 ", first block: %" B_PRIu64
653 "%" B_PRIu32 ", max: %" B_PRIu32 ", block group: %" B_PRIu32 ", start:"
654 " %" B_PRIu64 ", num groups: %" B_PRIu32 "\n", transaction.ID(),
668 TRACE("BlockAllocator::AllocateBlocks(): Group %" B_PRIu32
669 " has largest length of %" B_PRIu32 "\n", groupNum,
679 "range: block group: %" B_PRIu32 ", %" B_PRIu64 "-%"
701 TRACE("BlockAllocator::AllocateBlocks(): best range (length %" B_PRIu32
702 ") doesn't have minimum length of %" B_PRIu32 "\n", bestLength,
711 B_PRIu32 ", %" B_PRIu64 "-%" B_PRIu64 "\n", bestGroup, bestStart,
717 TRACE("BlockAllocator::AllocateBlocks(): Failed to allocate %" B_PRIu32
718 " blocks inside block group %" B_PRIu32 ".\n", bestLength, bestGroup);
811 TRACE("BlockAllocator::Free(%" B_PRIu64 ", %" B_PRIu32 ")\n", start,
826 ", blocks per group: %" B_PRIu32 "\n", fFirstBlock, fBlocksPerGroup);
833 panic("BlockAllocator::Free() group %" B_PRIu32 " too big (fNumGroups "
834 "%" B_PRIu32 ")\n", group, 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-%"