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

/linux-master/fs/bcachefs/
H A Dprintbuf.c211 buf->cur_tabstop = 0;
217 static inline unsigned cur_tabstop(struct printbuf *buf) function
219 return buf->cur_tabstop < buf->nr_tabstops
220 ? buf->_tabstops[buf->cur_tabstop]
226 int spaces = max_t(int, 0, cur_tabstop(out) - printbuf_linelen(out));
231 out->cur_tabstop++;
242 if (WARN_ON(!cur_tabstop(out)))
251 int pad = (int) cur_tabstop(buf) - (int) printbuf_linelen(buf);
270 buf->cur_tabstop++;
284 if (WARN_ON(!cur_tabstop(bu
[all...]
H A Dprintbuf.h99 u8 cur_tabstop; member in struct:printbuf
267 buf->cur_tabstop = 0;

Completed in 82 milliseconds