Searched refs:prt_chars (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | printbuf.c | 274 prt_chars(buf, ' ', spaces); in bch2_printbuf_indent_add() 337 prt_chars(out, ' ', spaces); in __prt_tab()
|
H A D | printbuf.h | 209 static inline void prt_chars(struct printbuf *out, char c, unsigned n) in prt_chars() function
|
H A D | btree_update.c | 829 prt_chars(buf, '\0', u64s * sizeof(u64) - buf->pos); in bch2_trans_log_msg() 855 prt_chars(&buf, '\0', u64s * sizeof(u64) - buf.pos); in __bch2_fs_log_msg()
|