Searched refs:printbuf_insert_spaces (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | printbuf.c | 77 static void printbuf_insert_spaces(struct printbuf *out, unsigned pos, unsigned nr) in printbuf_insert_spaces() function 116 printbuf_insert_spaces(out, pos, out->indent); in __printbuf_do_indent() 127 printbuf_insert_spaces(out, out->last_field, pad); in __printbuf_do_indent() 138 printbuf_insert_spaces(out, pos, pad - 1); in __printbuf_do_indent() 361 printbuf_insert_spaces(buf, buf->last_field, pad); in __prt_tab_rjust()
|