Home
last modified time | relevance | path

Searched refs:bch2_prt_bytes_indented (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dprintbuf.h122 void bch2_prt_bytes_indented(struct printbuf *, const char *, unsigned);
235 bch2_prt_bytes_indented(out, str, strlen(str)); in prt_str_indented()
H A Dprintbuf.c396 void bch2_prt_bytes_indented(struct printbuf *out, const char *str, unsigned count) in bch2_prt_bytes_indented() function
H A Dutil.h103 #define prt_bytes_indented(...) bch2_prt_bytes_indented(__VA_ARGS__)