Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dprintbuf.h201 static inline void __prt_chars_reserved(struct printbuf *out, char c, unsigned n) in __prt_chars_reserved() function
212 __prt_chars_reserved(out, c, n); in prt_chars()
Dprintbuf.c311 __prt_chars_reserved(buf, ' ', buf->indent); in bch2_prt_newline()