Lines Matching refs:prt_printf

193 		prt_printf(out, "error getting device to read from: invalid device\n");  in bch2_btree_node_ondisk_to_text()
199 prt_printf(out, "error getting device to read from: not online\n"); in bch2_btree_node_ondisk_to_text()
205 prt_printf(out, "memory allocation failure\n"); in bch2_btree_node_ondisk_to_text()
219 prt_printf(out, "IO error reading btree node: %s\n", bch2_err_str(ret)); in bch2_btree_node_ondisk_to_text()
234 prt_printf(out, "unknown checksum type at offset %u: %llu\n", in bch2_btree_node_ondisk_to_text()
243 prt_printf(out, "invalid checksum\n"); in bch2_btree_node_ondisk_to_text()
259 prt_printf(out, "unknown checksum type at offset %u: %llu\n", in bch2_btree_node_ondisk_to_text()
268 prt_printf(out, "invalid checksum"); in bch2_btree_node_ondisk_to_text()
277 prt_printf(out, " offset %u version %u, journal seq %llu\n", in bch2_btree_node_ondisk_to_text()
475 prt_printf(out, "%px btree=%s l=%u\n", b, bch2_btree_id_str(b->c.btree_id), b->c.level); in bch2_cached_btree_node_to_text()
482 prt_printf(out, "flags:\t"); in bch2_cached_btree_node_to_text()
486 prt_printf(out, "pcpu read locks:\t%u\n", b->c.lock.readers != NULL); in bch2_cached_btree_node_to_text()
487 prt_printf(out, "written:\t%u\n", b->written); in bch2_cached_btree_node_to_text()
488 prt_printf(out, "writes blocked:\t%u\n", !list_empty_careful(&b->write_blocked)); in bch2_cached_btree_node_to_text()
489 prt_printf(out, "will make reachable:\t%lx\n", b->will_make_reachable); in bch2_cached_btree_node_to_text()
491 prt_printf(out, "journal pin %px:\t%llu\n", in bch2_cached_btree_node_to_text()
493 prt_printf(out, "journal pin %px:\t%llu\n", in bch2_cached_btree_node_to_text()
605 prt_printf(&i->buf, "backtrace:\n"); in bch2_btree_transactions_read()
763 prt_printf(&i->buf, "%s:\n", bch2_btree_transaction_fns[i->iter]); in btree_transaction_stats_read()
768 prt_printf(&i->buf, "Max mem used: %u\n", s->max_mem); in btree_transaction_stats_read()
769 prt_printf(&i->buf, "Transaction duration:\n"); in btree_transaction_stats_read()
776 prt_printf(&i->buf, "Lock hold times:\n"); in btree_transaction_stats_read()
784 prt_printf(&i->buf, "Maximum allocated btree paths (%u):\n", s->nr_max_paths); in btree_transaction_stats_read()