Home
last modified time | relevance | path

Searched refs:bch2_version_to_text (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsuper-io.c44 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 …]
Dsuper-io.h19 void bch2_version_to_text(struct printbuf *, unsigned);
Drecovery.c595 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()
Dsb-downgrade.c307 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
Dsuper.c973 bch2_version_to_text(&p, c->sb.version); in print_mount_opts()
Djournal_io.c273 bch2_version_to_text(out, version); in journal_entry_err_msg()