Searched refs:bch2_printbuf_make_room (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | printbuf.h | 104 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()
|
D | printbuf.c | 33 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()
|
D | btree_iter.c | 3357 bch2_printbuf_make_room(out, 4096); in bch2_btree_trans_to_text()
|