Lines Matching refs:prt_printf
72 prt_printf(out, "%llu", le64_to_cpu(ck.v->cookie)); in key_type_cookie_to_text()
97 prt_printf(out, "datalen %u: %*phN", in key_type_inline_data_to_text()
258 prt_printf(out, "POS_MIN"); in bch2_bpos_to_text()
260 prt_printf(out, "POS_MAX"); in bch2_bpos_to_text()
262 prt_printf(out, "SPOS_MAX"); in bch2_bpos_to_text()
265 prt_printf(out, "U64_MAX"); in bch2_bpos_to_text()
267 prt_printf(out, "%llu", pos.inode); in bch2_bpos_to_text()
268 prt_printf(out, ":"); in bch2_bpos_to_text()
270 prt_printf(out, "U64_MAX"); in bch2_bpos_to_text()
272 prt_printf(out, "%llu", pos.offset); in bch2_bpos_to_text()
273 prt_printf(out, ":"); in bch2_bpos_to_text()
275 prt_printf(out, "U32_MAX"); in bch2_bpos_to_text()
277 prt_printf(out, "%u", pos.snapshot); in bch2_bpos_to_text()
284 prt_printf(out, "u64s %u type ", k->u64s); in bch2_bkey_to_text()
287 prt_printf(out, "%s ", bch2_bkey_types[k->type]); in bch2_bkey_to_text()
289 prt_printf(out, "%u ", k->type); in bch2_bkey_to_text()
293 prt_printf(out, " len %u ver %llu", k->size, k->bversion.lo); in bch2_bkey_to_text()
295 prt_printf(out, "(null)"); in bch2_bkey_to_text()
314 prt_printf(out, ": "); in bch2_bkey_val_to_text()