Searched refs:bch2_printbuf_make_room (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | printbuf.h | 104 int bch2_printbuf_make_room(struct printbuf *, unsigned); 177 bch2_printbuf_make_room(out, 1); in printbuf_nul_terminate() 191 bch2_printbuf_make_room(out, 1); in __prt_char() 197 bch2_printbuf_make_room(out, 2); in prt_char() 212 bch2_printbuf_make_room(out, n); in prt_chars() 219 bch2_printbuf_make_room(out, n); in prt_bytes() 241 bch2_printbuf_make_room(out, 3); in prt_hex_byte() 249 bch2_printbuf_make_room(out, 3); in prt_hex_byte_upper()
|
| H A 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() 324 bch2_printbuf_make_room(buf, 1 + buf->indent); in bch2_prt_newline() 431 bch2_printbuf_make_room(out, 10); in bch2_prt_human_readable_u64()
|
| H A D | namei.c | 568 bch2_printbuf_make_room(out, n); in prt_bytes_reversed()
|
| H A D | journal.c | 651 bch2_printbuf_make_room(&buf, 4096); in __journal_res_get() 668 bch2_printbuf_make_room(&buf, 4096); in __journal_res_get()
|
| H A D | btree_iter.c | 3528 bch2_printbuf_make_room(out, 4096); in bch2_btree_trans_to_text()
|