Lines Matching defs:out
33 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) in bch2_printbuf_make_room()
72 static void printbuf_advance_pos(struct printbuf *out, unsigned len) in printbuf_advance_pos()
77 static void printbuf_insert_spaces(struct printbuf *out, unsigned pos, unsigned nr) in printbuf_insert_spaces()
95 static void __printbuf_do_indent(struct printbuf *out, unsigned pos) in __printbuf_do_indent()
152 static inline void printbuf_do_indent(struct printbuf *out, unsigned pos) in printbuf_do_indent()
158 void bch2_prt_vprintf(struct printbuf *out, const char *fmt, va_list args) in bch2_prt_vprintf()
176 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) in bch2_prt_printf()
338 void bch2_printbuf_strip_trailing_newline(struct printbuf *out) in bch2_printbuf_strip_trailing_newline()
352 static void __prt_tab(struct printbuf *out) in __prt_tab()
368 void bch2_prt_tab(struct printbuf *out) in bch2_prt_tab()
415 void bch2_prt_bytes_indented(struct printbuf *out, const char *str, unsigned count) in bch2_prt_bytes_indented()
429 void bch2_prt_human_readable_u64(struct printbuf *out, u64 v) in bch2_prt_human_readable_u64()
445 void bch2_prt_human_readable_s64(struct printbuf *out, s64 v) in bch2_prt_human_readable_s64()
460 void bch2_prt_units_u64(struct printbuf *out, u64 v) in bch2_prt_units_u64()
476 void bch2_prt_units_s64(struct printbuf *out, s64 v) in bch2_prt_units_s64()
483 void bch2_prt_string_option(struct printbuf *out, in bch2_prt_string_option()
491 void bch2_prt_bitflags(struct printbuf *out, in bch2_prt_bitflags()
509 void bch2_prt_bitflags_vector(struct printbuf *out, in bch2_prt_bitflags_vector()