Home
last modified time | relevance | path

Searched refs:cur_tabstop (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dprintbuf.c26 static inline unsigned cur_tabstop(struct printbuf *buf) in cur_tabstop() function
28 return buf->cur_tabstop < buf->nr_tabstops in cur_tabstop()
29 ? buf->_tabstops[buf->cur_tabstop] in cur_tabstop()
102 if (cur_tabstop(out)) { in __printbuf_do_indent()
120 out->cur_tabstop = 0; in __printbuf_do_indent()
125 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos); in __printbuf_do_indent()
132 out->cur_tabstop++; in __printbuf_do_indent()
135 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos) - 1; in __printbuf_do_indent()
146 out->cur_tabstop++; in __printbuf_do_indent()
316 buf->cur_tabstop = 0; in bch2_prt_newline()
[all …]
Dprintbuf.h100 u8 cur_tabstop; member
263 buf->cur_tabstop = 0; in printbuf_reset()