Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs_format.h641 #define BCH_VERSION(_major, _minor) (((_major) << 10)|(_minor) << 0) macro
649 x(bkey_renumber, BCH_VERSION(0, 10)) \
650 x(inode_btree_change, BCH_VERSION(0, 11)) \
651 x(snapshot, BCH_VERSION(0, 12)) \
652 x(inode_backpointers, BCH_VERSION(0, 13)) \
653 x(btree_ptr_sectors_written, BCH_VERSION(0, 14)) \
654 x(snapshot_2, BCH_VERSION(0, 15)) \
655 x(reflink_p_fix, BCH_VERSION(0, 16)) \
656 x(subvol_dirent, BCH_VERSION(0, 17)) \
657 x(inode_v2, BCH_VERSION(0, 18)) \
[all …]