Lines Matching refs:bch2_version_to_text
42 void bch2_version_to_text(struct printbuf *out, enum bcachefs_metadata_version v) in bch2_version_to_text() function
89 bch2_version_to_text(&buf, version); in bch2_set_version_incompat()
91 bch2_version_to_text(&buf, version); in bch2_set_version_incompat()
354 bch2_version_to_text(out, version); in bch2_sb_compatible()
356 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible()
358 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible()
365 bch2_version_to_text(out, version_min); in bch2_sb_compatible()
367 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible()
369 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible()
376 bch2_version_to_text(out, version_min); in bch2_sb_compatible()
378 bch2_version_to_text(out, version); in bch2_sb_compatible()
413 bch2_version_to_text(out, le16_to_cpu(sb->version)); in bch2_sb_validate()
415 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_validate()
462 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT(sb)); in bch2_sb_validate()
464 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT_ALLOWED(sb)); in bch2_sb_validate()
1109 bch2_version_to_text(&buf, le16_to_cpu(c->disk_sb.sb->version)); in bch2_write_super()
1111 bch2_version_to_text(&buf, bcachefs_metadata_version_current); in bch2_write_super()
1292 bch2_version_to_text(&buf, c->sb.version); in bch2_sb_upgrade_incompat()
1294 bch2_version_to_text(&buf, c->sb.version_incompat_allowed); in bch2_sb_upgrade_incompat()
1467 bch2_version_to_text(out, le16_to_cpu(sb->version)); in bch2_sb_to_text()
1471 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT_ALLOWED(sb)); in bch2_sb_to_text()
1475 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT(sb)); in bch2_sb_to_text()
1479 bch2_version_to_text(out, BCH_SB_VERSION_UPGRADE_COMPLETE(sb)); in bch2_sb_to_text()
1483 bch2_version_to_text(out, le16_to_cpu(sb->version_min)); in bch2_sb_to_text()