Lines Matching refs:B_PRId32

384 		out.Print("block cache %p, %s %" B_PRIu64 ", %c%c%c transaction %" B_PRId32
385 " (previous id %" B_PRId32 ")\n", fCache, _Action(), fBlockNumber,
653 out.Print("block cache %p, %s transaction %p (id %" B_PRId32 ")%s"
654 ", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
685 out.Print("block cache %p, detach transaction %p (id %" B_PRId32 ")"
686 "from transaction %p (id %" B_PRId32 ")%s",
733 "%p (id %" B_PRId32 "), blocks", fCache, fTransaction, fID);
1332 TRACE(("cache transaction %" B_PRId32 " finished!\n", previous->id));
1572 TRACE(("block_cache: remove up to %" B_PRId32 " unused blocks\n", count));
1584 TRACE((" remove block %" B_PRIdOFF ", last accessed %" B_PRId32 "\n",
1638 TRACE(("block_cache: low memory handler called with level %" B_PRId32 "\n", level));
1985 TRACE(("get_writable_cached_block(blockNumber = %" B_PRIdOFF ", transaction = %" B_PRId32 ")\n",
2037 "(transaction %" B_PRId32 ")\n", block->transaction->id);
2045 panic("get_writable_cached_block(): invalid transaction %" B_PRId32 "!\n",
2137 kprintf("%08lx %9" B_PRIdOFF " %08lx %08lx %08lx %5" B_PRId32 " %6" B_PRId32
2160 kprintf(" ref_count: %" B_PRId32 "\n", block->ref_count);
2161 kprintf(" accessed: %" B_PRId32 "\n", block->LastAccess());
2177 kprintf(" transaction: %p (%" B_PRId32 ")\n", block->transaction,
2185 kprintf(" previous transaction: %p (%" B_PRId32 ")\n",
2259 kprintf(" next_transaction_id: %" B_PRId32 "\n", cache->next_transaction_id);
2288 kprintf("%p %5" B_PRId32 " %-7s %5" B_PRId32 " %5" B_PRId32 " %5"
2289 B_PRId32 "\n", transaction, transaction->id,
2354 kprintf("No transaction with ID %" B_PRId32 " found.\n", id);
2361 kprintf(" id: %" B_PRId32 "\n", transaction->id);
2362 kprintf(" num block: %" B_PRId32 "\n", transaction->num_blocks);
2363 kprintf(" main num block: %" B_PRId32 "\n", transaction->main_num_blocks);
2364 kprintf(" sub num block: %" B_PRId32 "\n", transaction->sub_num_blocks);
2510 kprintf("%5" B_PRId32 ". %.*s\n", index, length, dump);
2808 panic("last transaction (%" B_PRId32 ") still open!\n",
2819 TRACE(("cache_start_transaction(): id %" B_PRId32 " started\n", transaction->id));
2834 TRACE(("cache_sync_transaction(id %" B_PRId32 ")\n", id));
2885 TRACE(("cache_end_transaction(id = %" B_PRId32 ")\n", id));
2951 TRACE(("cache_abort_transaction(id = %" B_PRId32 ")\n", id));
2970 TRACE(("cache_abort_transaction(id = %" B_PRId32 "): restored contents of "
3004 TRACE(("cache_detach_sub_transaction(id = %" B_PRId32 ")\n", id));
3107 TRACE(("cache_abort_sub_transaction(id = %" B_PRId32 ")\n", id));
3163 TRACE(("cache_abort_sub_transaction(id = %" B_PRId32 "): "
3192 TRACE(("cache_start_sub_transaction(id = %" B_PRId32 ")\n", id));
3196 panic("cache_start_sub_transaction(): invalid transaction ID %" B_PRId32 "\n",
3617 TRACE(("block_cache_get_writable_etc(block = %" B_PRIdOFF ", transaction = %" B_PRId32 ")\n",
3645 TRACE(("block_cache_get_empty(block = %" B_PRIdOFF ", transaction = %" B_PRId32 ")\n",