Lines Matching refs:BCH_VERSION
641 #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)) \
658 x(freespace, BCH_VERSION(0, 19)) \
659 x(alloc_v4, BCH_VERSION(0, 20)) \
660 x(new_data_types, BCH_VERSION(0, 21)) \
661 x(backpointers, BCH_VERSION(0, 22)) \
662 x(inode_v3, BCH_VERSION(0, 23)) \
663 x(unwritten_extents, BCH_VERSION(0, 24)) \
664 x(bucket_gens, BCH_VERSION(0, 25)) \
665 x(lru_v2, BCH_VERSION(0, 26)) \
666 x(fragmentation_lru, BCH_VERSION(0, 27)) \
667 x(no_bps_in_alloc_keys, BCH_VERSION(0, 28)) \
668 x(snapshot_trees, BCH_VERSION(0, 29)) \
669 x(major_minor, BCH_VERSION(1, 0)) \
670 x(snapshot_skiplists, BCH_VERSION(1, 1)) \
671 x(deleted_inodes, BCH_VERSION(1, 2)) \
672 x(rebalance_work, BCH_VERSION(1, 3)) \
673 x(member_seq, BCH_VERSION(1, 4)) \
674 x(subvolume_fs_parent, BCH_VERSION(1, 5)) \
675 x(btree_subvolume_children, BCH_VERSION(1, 6)) \
676 x(mi_btree_bitmap, BCH_VERSION(1, 7)) \
677 x(bucket_stripe_sectors, BCH_VERSION(1, 8)) \
678 x(disk_accounting_v2, BCH_VERSION(1, 9)) \
679 x(disk_accounting_v3, BCH_VERSION(1, 10)) \
680 x(disk_accounting_inum, BCH_VERSION(1, 11)) \
681 x(rebalance_work_acct_fix, BCH_VERSION(1, 12)) \
682 x(inode_has_child_snapshots, BCH_VERSION(1, 13))