Home
last modified time | relevance | path

Searched refs:bch2_printbuf_make_room (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dprintbuf.h104 int bch2_printbuf_make_room(struct printbuf *, unsigned);
176 bch2_printbuf_make_room(out, 1); in printbuf_nul_terminate()
190 bch2_printbuf_make_room(out, 1); in __prt_char()
196 bch2_printbuf_make_room(out, 2); in prt_char()
211 bch2_printbuf_make_room(out, n); in prt_chars()
218 bch2_printbuf_make_room(out, n); in prt_bytes()
240 bch2_printbuf_make_room(out, 3); in prt_hex_byte()
248 bch2_printbuf_make_room(out, 3); in prt_hex_byte_upper()
H A Dprintbuf.c33 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) in bch2_printbuf_make_room() function
81 bch2_printbuf_make_room(out, nr); in printbuf_insert_spaces()
169 !bch2_printbuf_make_room(out, len)); in bch2_prt_vprintf()
186 !bch2_printbuf_make_room(out, len)); in bch2_prt_printf()
305 bch2_printbuf_make_room(buf, 1 + buf->indent); in bch2_prt_newline()
412 bch2_printbuf_make_room(out, 10); in bch2_prt_human_readable_u64()
H A Dfs-common.c565 bch2_printbuf_make_room(out, n); in prt_bytes_reversed()
H A Dbtree_iter.c3545 bch2_printbuf_make_room(out, 4096); in bch2_btree_trans_to_text()