Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dprintbuf.h181 static inline void __prt_char_reserved(struct printbuf *out, char c) in __prt_char_reserved() function
191 __prt_char_reserved(out, c); in __prt_char()
197 __prt_char_reserved(out, c); in prt_char()
241 __prt_char_reserved(out, hex_asc_hi(byte)); in prt_hex_byte()
242 __prt_char_reserved(out, hex_asc_lo(byte)); in prt_hex_byte()
249 __prt_char_reserved(out, hex_asc_upper_hi(byte)); in prt_hex_byte_upper()
250 __prt_char_reserved(out, hex_asc_upper_lo(byte)); in prt_hex_byte_upper()
Dprintbuf.c307 __prt_char_reserved(buf, '\n'); in bch2_prt_newline()