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()
257 prt_printf(out, "POS_MIN"); in bch2_bpos_to_text()
259 prt_printf(out, "POS_MAX"); in bch2_bpos_to_text()
261 prt_printf(out, "SPOS_MAX"); in bch2_bpos_to_text()
264 prt_printf(out, "U64_MAX"); in bch2_bpos_to_text()
266 prt_printf(out, "%llu", pos.inode); in bch2_bpos_to_text()
267 prt_printf(out, ":"); in bch2_bpos_to_text()
269 prt_printf(out, "U64_MAX"); in bch2_bpos_to_text()
271 prt_printf(out, "%llu", pos.offset); in bch2_bpos_to_text()
272 prt_printf(out, ":"); in bch2_bpos_to_text()
274 prt_printf(out, "U32_MAX"); in bch2_bpos_to_text()
276 prt_printf(out, "%u", pos.snapshot); in bch2_bpos_to_text()
283 prt_printf(out, "u64s %u type ", k->u64s); in bch2_bkey_to_text()
286 prt_printf(out, "%s ", bch2_bkey_types[k->type]); in bch2_bkey_to_text()
288 prt_printf(out, "%u ", k->type); in bch2_bkey_to_text()
292 prt_printf(out, " len %u ver %llu", k->size, k->bversion.lo); in bch2_bkey_to_text()
294 prt_printf(out, "(null)"); in bch2_bkey_to_text()
313 prt_printf(out, ": "); in bch2_bkey_val_to_text()