Lines Matching refs:prt_printf
41 prt_printf(err, "disk %u has invalid label %u (have %u)", in bch2_sb_disk_groups_validate()
47 prt_printf(err, "disk %u has deleted label %u", i, group_id); in bch2_sb_disk_groups_validate()
63 prt_printf(err, "label %u empty", i); in bch2_sb_disk_groups_validate()
78 prt_printf(err, "duplicate label %llu.%.*s", in bch2_sb_disk_groups_validate()
100 prt_printf(out, " "); in bch2_disk_groups_to_text()
103 prt_printf(out, "[deleted]"); in bch2_disk_groups_to_text()
107 prt_printf(out, "[parent %d devs", g->entries[i].parent); in bch2_disk_groups_to_text()
109 prt_printf(out, " %s", ca->name); in bch2_disk_groups_to_text()
110 prt_printf(out, "]"); in bch2_disk_groups_to_text()
131 prt_printf(out, " "); in bch2_sb_disk_groups_to_text()
134 prt_printf(out, "[deleted]"); in bch2_sb_disk_groups_to_text()
136 prt_printf(out, "[parent %llu name %s]", in bch2_sb_disk_groups_to_text()
417 prt_printf(out, "%.*s", (int) sizeof(g->label), g->label); in bch2_disk_path_to_text()
419 prt_printf(out, "."); in bch2_disk_path_to_text()
426 prt_printf(out, "invalid label %u", v); in bch2_disk_path_to_text()
462 prt_printf(out, "%.*s", (int) sizeof(g->label), g->label); in bch2_disk_path_to_text_sb()
464 prt_printf(out, "."); in bch2_disk_path_to_text_sb()
468 prt_printf(out, "invalid label %u", v); in bch2_disk_path_to_text_sb()
547 prt_printf(out, "none"); in bch2_target_to_text()
559 prt_printf(out, "/dev/%s", ca->name); in bch2_target_to_text()
562 prt_printf(out, "offline device %u", t.dev); in bch2_target_to_text()
564 prt_printf(out, "invalid device %u", t.dev); in bch2_target_to_text()
585 prt_printf(out, "none"); in bch2_target_to_text_sb()
591 prt_printf(out, "Device "); in bch2_target_to_text_sb()
593 prt_printf(out, " (%u)", t.dev); in bch2_target_to_text_sb()
595 prt_printf(out, "Bad device %u", t.dev); in bch2_target_to_text_sb()