Lines Matching refs:prt_printf
52 prt_printf(out, ": %u [", e->nr_devs); in bch2_replicas_entry_v0_to_text()
54 prt_printf(out, i ? " %u" : "%u", e->devs[i]); in bch2_replicas_entry_v0_to_text()
55 prt_printf(out, "]"); in bch2_replicas_entry_v0_to_text()
63 prt_printf(out, ": %u/%u [", e->nr_required, e->nr_devs); in bch2_replicas_entry_to_text()
65 prt_printf(out, i ? " %u" : "%u", e->devs[i]); in bch2_replicas_entry_to_text()
66 prt_printf(out, "]"); in bch2_replicas_entry_to_text()
74 prt_printf(err, "no devices in entry "); in bch2_replicas_entry_sb_validate()
80 prt_printf(err, "bad nr_required in entry "); in bch2_replicas_entry_sb_validate()
87 prt_printf(err, "invalid device %u in entry ", r->devs[i]); in bch2_replicas_entry_sb_validate()
102 prt_printf(err, "no devices in entry "); in bch2_replicas_entry_validate()
108 prt_printf(err, "bad nr_required in entry "); in bch2_replicas_entry_validate()
115 prt_printf(err, "invalid device %u in entry ", r->devs[i]); in bch2_replicas_entry_validate()
133 prt_printf(out, " "); in bch2_cpu_replicas_to_text()
718 prt_printf(err, "duplicate replicas entry "); in bch2_cpu_replicas_validate()
754 prt_printf(out, " "); in bch2_sb_replicas_to_text()
793 prt_printf(out, " "); in bch2_sb_replicas_v0_to_text()