Lines Matching refs:prt_printf

194 		prt_printf(out, "error getting device to read from: invalid device\n");  in bch2_btree_node_ondisk_to_text()
200 prt_printf(out, "error getting device to read from: not online\n"); in bch2_btree_node_ondisk_to_text()
206 prt_printf(out, "memory allocation failure\n"); in bch2_btree_node_ondisk_to_text()
220 prt_printf(out, "IO error reading btree node: %s\n", bch2_err_str(ret)); in bch2_btree_node_ondisk_to_text()
235 prt_printf(out, "unknown checksum type at offset %u: %llu\n", in bch2_btree_node_ondisk_to_text()
244 prt_printf(out, "invalid checksum\n"); in bch2_btree_node_ondisk_to_text()
260 prt_printf(out, "unknown checksum type at offset %u: %llu\n", in bch2_btree_node_ondisk_to_text()
269 prt_printf(out, "invalid checksum"); in bch2_btree_node_ondisk_to_text()
278 prt_printf(out, " offset %u version %u, journal seq %llu\n", in bch2_btree_node_ondisk_to_text()
476 prt_printf(out, "%px ", b); in bch2_cached_btree_node_to_text()
478 prt_printf(out, "\n"); in bch2_cached_btree_node_to_text()
485 prt_printf(out, "flags:\t"); in bch2_cached_btree_node_to_text()
489 prt_printf(out, "pcpu read locks:\t%u\n", b->c.lock.readers != NULL); in bch2_cached_btree_node_to_text()
490 prt_printf(out, "written:\t%u\n", b->written); in bch2_cached_btree_node_to_text()
491 prt_printf(out, "writes blocked:\t%u\n", !list_empty_careful(&b->write_blocked)); in bch2_cached_btree_node_to_text()
492 prt_printf(out, "will make reachable:\t%lx\n", b->will_make_reachable); in bch2_cached_btree_node_to_text()
494 prt_printf(out, "journal pin %px:\t%llu\n", in bch2_cached_btree_node_to_text()
496 prt_printf(out, "journal pin %px:\t%llu\n", in bch2_cached_btree_node_to_text()
608 prt_printf(&i->buf, "backtrace:\n"); in bch2_btree_transactions_read()
766 prt_printf(&i->buf, "%s:\n", bch2_btree_transaction_fns[i->iter]); in btree_transaction_stats_read()
771 prt_printf(&i->buf, "Max mem used: %u\n", s->max_mem); in btree_transaction_stats_read()
772 prt_printf(&i->buf, "Transaction duration:\n"); in btree_transaction_stats_read()
779 prt_printf(&i->buf, "Lock hold times:\n"); in btree_transaction_stats_read()
787 prt_printf(&i->buf, "Maximum allocated btree paths (%u):\n", s->nr_max_paths); in btree_transaction_stats_read()