Home
last modified time | relevance | path

Searched refs:bch2_printbuf_indent_sub (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dprintbuf.h116 void bch2_printbuf_indent_sub(struct printbuf *, unsigned);
H A Dprintbuf.c299 * bch2_printbuf_indent_sub() - subtract from the current indent level
307 void bch2_printbuf_indent_sub(struct printbuf *buf, unsigned spaces) in bch2_printbuf_indent_sub() function
H A Dutil.h101 #define printbuf_indent_sub(_out, _n) bch2_printbuf_indent_sub(_out, _n)