Searched refs:bch2_replicas_entry_to_text (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | replicas.c | 58 void bch2_replicas_entry_to_text(struct printbuf *out, in bch2_replicas_entry_to_text() function 93 bch2_replicas_entry_to_text(err, r); in bch2_replicas_entry_sb_validate() 121 bch2_replicas_entry_to_text(err, r); in bch2_replicas_entry_validate() 136 bch2_replicas_entry_to_text(out, e); in bch2_cpu_replicas_to_text() 719 bch2_replicas_entry_to_text(err, e); in bch2_cpu_replicas_validate() 757 bch2_replicas_entry_to_text(out, e); in bch2_sb_replicas_to_text() 853 bch2_replicas_entry_to_text(&buf, e); in bch2_have_enough_devs()
|
D | replicas.h | 10 void bch2_replicas_entry_to_text(struct printbuf *,
|
D | journal_io.c | 627 bch2_replicas_entry_to_text(out, &u->r); in journal_entry_data_usage_to_text() 1393 bch2_replicas_entry_to_text(&buf, &replicas.e); in bch2_journal_read()
|
D | disk_accounting.c | 207 bch2_replicas_entry_to_text(out, &k->replicas); in bch2_accounting_key_to_text()
|