Searched refs:bch2_version_to_text (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | super-io.c | 89 bch2_version_to_text(&buf, version); in bch2_set_version_incompat() 353 bch2_version_to_text(out, version); in bch2_sb_compatible() 355 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 364 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 366 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 375 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 377 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() 462 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT(sb)); in bch2_sb_validate() 1432 bch2_version_to_text(out, le16_to_cpu(sb->version)); in bch2_sb_to_text() [all …]
|
| H A D | recovery.c | 645 bch2_version_to_text(&buf, c->sb.version_upgrade_complete); in check_version_upgrade() 647 bch2_version_to_text(&buf, c->sb.version); in check_version_upgrade() 654 bch2_version_to_text(&buf, old_version); in check_version_upgrade() 656 bch2_version_to_text(&buf, new_version); in check_version_upgrade() 681 bch2_version_to_text(&buf, new_version); in check_version_upgrade() 683 bch2_version_to_text(&buf, c->sb.version_incompat_allowed); in check_version_upgrade() 1046 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 | 338 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
|
| H A D | super.c | 994 bch2_version_to_text(&p, c->sb.version); in print_mount_opts() 1013 bch2_version_to_text(&p, c->sb.version_incompat_allowed); in print_mount_opts()
|
| H A D | journal_io.c | 277 bch2_version_to_text(out, version); in journal_entry_err_msg()
|