Lines Matching refs:prt_printf

55 	prt_printf(out, "%s %u:%u:%u (sector %llu)",  in bch2_journal_ptr_to_text()
65 prt_printf(out, " "); in bch2_journal_ptrs_to_text()
83 prt_printf(out, "seq %llu ", le64_to_cpu(j->j.seq)); in bch2_journal_replay_to_text()
299 prt_printf(out, " in superblock"); in journal_entry_err_msg()
302 prt_printf(out, " seq=%llu", le64_to_cpu(jset->seq)); in journal_entry_err_msg()
305 prt_printf(out, " offset=%zi/%u", in journal_entry_err_msg()
318 prt_printf(&_buf, msg, ##__VA_ARGS__); \
532 prt_printf(out, "seq=%llu", le64_to_cpu(bl->seq)); in journal_entry_blacklist_to_text()
572 prt_printf(out, "start=%llu end=%llu", in journal_entry_blacklist_v2_to_text()
608 prt_printf(out, " v=%llu", le64_to_cpu(u->v)); in journal_entry_usage_to_text()
652 prt_printf(out, "=%llu", le64_to_cpu(u->v)); in journal_entry_data_usage_to_text()
692 prt_printf(out, "%s=%llu", str_write_read(clock->rw), le64_to_cpu(clock->time)); in journal_entry_clock_to_text()
738 prt_printf(out, "dev=%u", le32_to_cpu(u->dev)); in journal_entry_dev_usage_to_text()
744 prt_printf(out, ": buckets=%llu sectors=%llu fragmented=%llu", in journal_entry_dev_usage_to_text()
766 prt_printf(out, "%.*s", jset_entry_log_msg_bytes(l), l->d); in journal_entry_log_to_text()
1251 prt_printf(&buf, "invalid journal checksum(s) at seq %llu ", le64_to_cpu(j->j.seq)); in bch2_journal_print_checksum_error()
1265 prt_printf(&buf, "should be "); in bch2_journal_print_checksum_error()
1269 prt_printf(&buf, "\n(had good copy on another device)"); in bch2_journal_print_checksum_error()
1310 prt_printf(&buf, "journal entries %llu-%llu missing! (replaying %llu-%llu)", in bch2_journal_check_for_missing()
1314 prt_printf(&buf, "\nprev at "); in bch2_journal_check_for_missing()
1317 prt_printf(&buf, " size %zu", vstruct_sectors(&prev->j, c->block_bits)); in bch2_journal_check_for_missing()
1319 prt_printf(&buf, "(none)"); in bch2_journal_check_for_missing()
1321 prt_printf(&buf, "\nnext at "); in bch2_journal_check_for_missing()
1323 prt_printf(&buf, ", continue?"); in bch2_journal_check_for_missing()
1434 prt_printf(&buf, "journal read done, replaying entries %llu-%llu", in bch2_journal_read()
1444 prt_printf(&buf, " (rewinding from %llu)", c->opts.journal_rewind); in bch2_journal_read()
1449 prt_printf(&buf, " (unflushed %llu-%llu)", *blacklist_seq, *start_seq - 1); in bch2_journal_read()
1719 prt_printf(&buf, "unable to write journal to sufficient devices\n"); in CLOSURE_CALLBACK()
1721 prt_printf(&buf, "journal write error marking replicas: %s\n", in CLOSURE_CALLBACK()
2226 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu for %zu sectors: %s"), in CLOSURE_CALLBACK()