Home
last modified time | relevance | path

Searched refs:bch2_printbuf_tabstop_push (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dprintbuf.h112 int bch2_printbuf_tabstop_push(struct printbuf *, unsigned);
H A Dprintbuf.c245 int bch2_printbuf_tabstop_push(struct printbuf *buf, unsigned spaces) in bch2_printbuf_tabstop_push() function
H A Dutil.h94 #define printbuf_tabstop_push(_buf, _n) bch2_printbuf_tabstop_push(_buf, _n)
H A Dsysfs.c194 bch2_printbuf_tabstop_push(out, 24); in bch2_write_refs_to_text()