Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsuper-io.c45 void bch2_version_to_text(struct printbuf *out, enum bcachefs_metadata_version v) in bch2_version_to_text() function
338 bch2_version_to_text(out, version); in bch2_sb_compatible()
340 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible()
342 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible()
349 bch2_version_to_text(out, version_min); in bch2_sb_compatible()
351 bch2_version_to_text(out, bcachefs_metadata_version_min); in bch2_sb_compatible()
353 bch2_version_to_text(out, bcachefs_metadata_version_current); in bch2_sb_compatible()
360 bch2_version_to_text(out, version_min); in bch2_sb_compatible()
362 bch2_version_to_text(out, version); in bch2_sb_compatible()
438 bch2_version_to_text(out, BCH_SB_VERSION_INCOMPAT(sb)); in bch2_sb_validate()
[all …]
H A Dsuper-io.h21 void bch2_version_to_text(struct printbuf *, enum bcachefs_metadata_version);
H A Dsb-downgrade.c328 bch2_version_to_text(out, le16_to_cpu(i->version)); in bch2_sb_downgrade_to_text()
H A Dsuper.c976 bch2_version_to_text(&p, c->sb.version); in print_mount_opts()
H A Djournal_io.c276 bch2_version_to_text(out, version); in journal_entry_err_msg()