Lines Matching refs:prt_printf
104 prt_printf(out, fmt "\n", __VA_ARGS__); \
197 prt_printf(out, "%s\t%li\n", bch2_write_refs[i], atomic_long_read(&c->writes[i])); in bch2_write_refs_to_text()
269 prt_printf(out, "type\tcompressed\runcompressed\raverage extent size\r\n"); in bch2_compression_stats_to_text()
305 prt_printf(out, "%s: ", bch2_btree_id_str(c->gc_gens_btree)); in bch2_gc_gens_pos_to_text()
307 prt_printf(out, "\n"); in bch2_gc_gens_pos_to_text()
316 prt_printf(out, "hidden:\t\t%llu\n", b.hidden); in bch2_fs_usage_base_to_text()
317 prt_printf(out, "btree:\t\t%llu\n", b.btree); in bch2_fs_usage_base_to_text()
318 prt_printf(out, "data:\t\t%llu\n", b.data); in bch2_fs_usage_base_to_text()
319 prt_printf(out, "cached:\t%llu\n", b.cached); in bch2_fs_usage_base_to_text()
320 prt_printf(out, "reserved:\t\t%llu\n", b.reserved); in bch2_fs_usage_base_to_text()
321 prt_printf(out, "nr_inodes:\t%llu\n", b.nr_inodes); in bch2_fs_usage_base_to_text()
541 prt_printf(out, "since mount:\t"); \ in SHOW()
545 prt_printf(out, "since filesystem creation:\t"); \ in SHOW()
760 prt_printf(out, "%s:\n", bch2_rw[rw]); in dev_io_done_to_text()
763 prt_printf(out, "%-12s:%12llu\n", in dev_io_done_to_text()