Lines Matching refs:printbuf

48 void bch2_journal_ptrs_to_text(struct printbuf *out, struct bch_fs *c,  in bch2_journal_ptrs_to_text()
59 static void bch2_journal_replay_to_text(struct printbuf *out, struct bch_fs *c, in bch2_journal_replay_to_text()
145 struct printbuf buf = PRINTBUF; in journal_entry_add()
267 static void journal_entry_err_msg(struct printbuf *out, in journal_entry_err_msg()
297 struct printbuf _buf = PRINTBUF; \
413 static void journal_entry_btree_keys_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_btree_keys_to_text()
463 static void journal_entry_btree_root_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_btree_root_to_text()
479 static void journal_entry_prio_ptrs_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_prio_ptrs_to_text()
502 static void journal_entry_blacklist_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_blacklist_to_text()
542 static void journal_entry_blacklist_v2_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_blacklist_v2_to_text()
576 static void journal_entry_usage_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_usage_to_text()
596 struct printbuf err = PRINTBUF; in journal_entry_data_usage_validate()
621 static void journal_entry_data_usage_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_data_usage_to_text()
662 static void journal_entry_clock_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_clock_to_text()
704 static void journal_entry_dev_usage_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_dev_usage_to_text()
737 static void journal_entry_log_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_log_to_text()
756 static void journal_entry_overwrite_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_overwrite_to_text()
772 static void journal_entry_write_buffer_keys_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_write_buffer_keys_to_text()
800 static void journal_entry_datetime_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_datetime_to_text()
813 void (*to_text)(struct printbuf *, struct bch_fs *, struct jset_entry *);
838 void bch2_journal_entry_to_text(struct printbuf *out, struct bch_fs *c, in bch2_journal_entry_to_text()
1003 struct printbuf err = PRINTBUF; in journal_read_bucket()
1194 struct printbuf buf = PRINTBUF; in bch2_journal_read()
1319 struct printbuf buf1 = PRINTBUF, buf2 = PRINTBUF; in bch2_journal_read()
2027 struct printbuf buf = PRINTBUF; in CLOSURE_CALLBACK()