Searched refs:bch2_version_to_text (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | super-io.c | 44 void bch2_version_to_text(struct printbuf *out, unsigned v) in bch2_version_to_text() function 321 bch2_version_to_text(out, version); in bch2_sb_compatible() 323 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 325 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible() 332 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 334 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible() 336 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible() 343 bch2_version_to_text(out, version_min); in bch2_sb_compatible() 345 bch2_version_to_text(out, version); in bch2_sb_compatible() 1013 bch2_version_to_text(&buf, le16_to_cpu(c->disk_sb.sb->version)); in bch2_write_super() [all …]
|
D | super-io.h | 19 void bch2_version_to_text(struct printbuf *, unsigned);
|
D | recovery.c | 595 bch2_version_to_text(&buf, c->sb.version_upgrade_complete); in check_version_upgrade() 597 bch2_version_to_text(&buf, c->sb.version); in check_version_upgrade() 604 bch2_version_to_text(&buf, old_version); in check_version_upgrade() 606 bch2_version_to_text(&buf, new_version); in check_version_upgrade() 969 bch2_version_to_text(&buf, c->sb.version_min); in bch2_fs_recovery()
|
D | sb-downgrade.c | 307 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
|
D | super.c | 973 bch2_version_to_text(&p, c->sb.version); in print_mount_opts()
|
D | journal_io.c | 273 bch2_version_to_text(out, version); in journal_entry_err_msg()
|