Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsb-downgrade.c402 unsigned minor = BCH_VERSION_MINOR(le16_to_cpu(i->version)); in bch2_sb_set_downgrade()
Drecovery.c692 BCH_VERSION_MINOR(bcachefs_metadata_version_current), in bch2_fs_recovery()
693 BCH_VERSION_MINOR(c->sb.version)); in bch2_fs_recovery()
Djournal_io.c892 BCH_VERSION_MINOR(version))) { in jset_validate()
945 BCH_VERSION_MINOR(version))) { in jset_validate_early()
Dbcachefs_format.h640 #define BCH_VERSION_MINOR(_v) ((__u16) ((_v) & ~(~0U << 10))) macro
Dsuper-io.c54 prt_printf(out, "%u.%u: %s", BCH_VERSION_MAJOR(v), BCH_VERSION_MINOR(v), str); in bch2_version_to_text()
Dbtree_io.c697 BCH_VERSION_MINOR(version)); in validate_bset()