Home
last modified time | relevance | path

Searched refs:bch2_sb_error_id_to_text (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dsb-errors.c13 void bch2_sb_error_id_to_text(struct printbuf *out, enum bch_sb_error_id id) in bch2_sb_error_id_to_text() function
41 bch2_sb_error_id_to_text(err, BCH_SB_ERROR_ENTRY_ID(&e->entries[i])); in bch2_sb_errors_validate()
67 bch2_sb_error_id_to_text(out, BCH_SB_ERROR_ENTRY_ID(&e->entries[i])); in bch2_sb_errors_to_text()
H A Dsb-errors.h9 void bch2_sb_error_id_to_text(struct printbuf *, enum bch_sb_error_id);
H A Dsb-downgrade.c321 bch2_sb_error_id_to_text(out, le16_to_cpu(i->errors[j])); in bch2_sb_downgrade_to_text()