Home
last modified time | relevance | path

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

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