Lines Matching refs:prt_printf

360 		prt_printf(out, "parent read: %px\n", op->write.rbio.parent);  in bch2_promote_op_to_text()
989 prt_printf(&buf, "Attempting to read from stale dirty pointer:\n"); in read_from_stale_dirty_pointer()
995 prt_printf(&buf, "memory gen: %u", gen); in read_from_stale_dirty_pointer()
1003 prt_printf(&buf, "Attempting to read from invalid bucket %llu:%llu:\n", in read_from_stale_dirty_pointer()
1007 prt_printf(&buf, "first bucket %u nbuckets %llu\n", in read_from_stale_dirty_pointer()
1071 prt_printf(&buf, "%s\n ", bch2_err_str(ret)); in __bch2_read_extent()
1083 prt_printf(&buf, "attempting to read encrypted data without encryption key\n "); in __bch2_read_extent()
1456 prt_printf(&buf, "data read error: %s", bch2_err_str(ret)); in __bch2_read()
1483 prt_printf(out, "start_time:\t%llu\n", rbio->start_time ? now - rbio->start_time : 0); in bch2_read_bio_to_text()
1484 prt_printf(out, "submit_time:\t%llu\n", rbio->submit_time ? now - rbio->submit_time : 0); in bch2_read_bio_to_text()
1487 prt_printf(out, "end_io:\t%ps\n", rbio->end_io); in bch2_read_bio_to_text()
1489 prt_printf(out, "parent:\t%px\n", rbio->parent); in bch2_read_bio_to_text()
1491 prt_printf(out, "bi_end_io:\t%ps\n", rbio->bio.bi_end_io); in bch2_read_bio_to_text()
1493 prt_printf(out, "promote:\t%u\n", rbio->promote); in bch2_read_bio_to_text()
1494 prt_printf(out, "bounce:\t%u\n", rbio->bounce); in bch2_read_bio_to_text()
1495 prt_printf(out, "split:\t%u\n", rbio->split); in bch2_read_bio_to_text()
1496 prt_printf(out, "have_ioref:\t%u\n", rbio->have_ioref); in bch2_read_bio_to_text()
1497 prt_printf(out, "narrow_crcs:\t%u\n", rbio->narrow_crcs); in bch2_read_bio_to_text()
1498 prt_printf(out, "context:\t%u\n", rbio->context); in bch2_read_bio_to_text()
1502 prt_printf(out, "ret:\t%s\n", bch2_err_str(ret)); in bch2_read_bio_to_text()
1504 prt_printf(out, "ret:\t%i\n", ret); in bch2_read_bio_to_text()
1506 prt_printf(out, "flags:\t"); in bch2_read_bio_to_text()