Searched refs:bch2_version_to_text (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 45 void bch2_version_to_text(struct printbuf *out, enum bcachefs_metadata_version v) in bch2_version_to_text() function 338 bch2_version_to_text(out, version); in bch2_sb_compatible() 340 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 342 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible() 349 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 351 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 353 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible() 360 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 362 bch2_version_to_text(out, version); in bch2_sb_compatible() 438 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT(sb)); in bch2_sb_validate() [all …]
|
H A D | super-io.h | 21 void bch2_version_to_text(struct printbuf *, enum bcachefs_metadata_version);
|
H A D | sb-downgrade.c | 328 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
|
H A D | super.c | 976 bch2_version_to_text(&p, c->sb.version); in print_mount_opts()
|
H A D | journal_io.c | 276 bch2_version_to_text(out, version); in journal_entry_err_msg()
|