Searched refs:new_version (Results 1 – 6 of 6) sorted by relevance
565 unsigned new_version = 0; in check_version_upgrade() local570 new_version = latest_version; in check_version_upgrade()572 new_version = latest_compatible; in check_version_upgrade()576 new_version = latest_compatible; in check_version_upgrade()579 new_version = latest_version; in check_version_upgrade()582 new_version = min(old_version, latest_version); in check_version_upgrade()587 if (new_version > old_version) { in check_version_upgrade()602 BCH_VERSION_MAJOR(old_version) != BCH_VERSION_MAJOR(new_version) in check_version_upgrade()606 bch2_version_to_text(&buf, new_version); in check_version_upgrade()611 bch2_sb_set_upgrade(c, old_version, new_version); in check_version_upgrade()[all …]
155 unsigned new_version = c->sb.version; in bch2_sb_set_upgrade_extra() local163 new_version >= bcachefs_metadata_version_bucket_stripe_sectors && in bch2_sb_set_upgrade_extra()180 unsigned new_version) in bch2_sb_set_upgrade() argument189 if (i->version > old_version && i->version <= new_version) { in bch2_sb_set_upgrade()
1160 void bch2_sb_upgrade(struct bch_fs *c, unsigned new_version) in bch2_sb_upgrade() argument1164 if (BCH_VERSION_MAJOR(new_version) > in bch2_sb_upgrade()1168 c->disk_sb.sb->version = cpu_to_le16(new_version); in bch2_sb_upgrade()
958 bool new_version = false; in ceph_fill_inode() local1033 new_version = true; in ceph_fill_inode()1056 if ((new_version || (new_issued & CEPH_CAP_AUTH_SHARED)) && in ceph_fill_inode()1078 if ((new_version || (new_issued & CEPH_CAP_LINK_SHARED)) && in ceph_fill_inode()1082 if (new_version || (new_issued & CEPH_CAP_ANY_RD)) { in ceph_fill_inode()1092 if (new_version || (info_caps & CEPH_CAP_FILE_SHARED)) { in ceph_fill_inode()1097 if (new_version || in ceph_fill_inode()1141 if (new_version || (info->cap.flags & CEPH_CAP_FLAG_AUTH)) { in ceph_fill_inode()
1057 u32 cur_version, new_version; in ccg_check_fw_version() local1084 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version()1091 if (new_version > cur_version) in ccg_check_fw_version()
812 static int gss_pipe_open(struct inode *inode, int new_version) in gss_pipe_open() argument821 sn->pipe_version = new_version; in gss_pipe_open()824 } else if (sn->pipe_version != new_version) { in gss_pipe_open()