Searched refs:bch2_version_to_text (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 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(ou in bch2_sb_compatible() [all...] |
H A D | recovery.c | 676 bch2_version_to_text(&buf, c->sb.version_upgrade_complete); in check_version_upgrade() 678 bch2_version_to_text(&buf, c->sb.version); in check_version_upgrade() 685 bch2_version_to_text(&buf, old_version); in check_version_upgrade() 687 bch2_version_to_text(&buf, new_version); in check_version_upgrade() 712 bch2_version_to_text(&buf, new_version); in check_version_upgrade() 714 bch2_version_to_text(&buf, c->sb.version_incompat_allowed); in check_version_upgrade() 1123 bch2_version_to_text(&buf, c->sb.version_min); in bch2_fs_recovery()
|
H A D | super-io.h | 21 void bch2_version_to_text(struct printbuf *, enum bcachefs_metadata_version);
|
H A D | sb-downgrade.c | 345 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
|
H A D | super.c | 1085 bch2_version_to_text(&p, c->sb.version); in print_mount_opts() 1105 bch2_version_to_text(&p, c->sb.version_incompat_allowed); in print_mount_opts()
|
H A D | journal_io.c | 291 bch2_version_to_text(out, version); in journal_entry_err_msg()
|