Searched refs:new_version (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 932 bool new_version = false; in ceph_fill_inode() local 1006 new_version = true; in ceph_fill_inode() 1029 if ((new_version || (new_issued & CEPH_CAP_AUTH_SHARED)) && in ceph_fill_inode() 1050 if ((new_version || (new_issued & CEPH_CAP_LINK_SHARED)) && in ceph_fill_inode() 1054 if (new_version || (new_issued & CEPH_CAP_ANY_RD)) { in ceph_fill_inode() 1064 if (new_version || (info_caps & CEPH_CAP_FILE_SHARED)) { in ceph_fill_inode() 1069 if (new_version || in ceph_fill_inode() 1112 if (new_version || (info->cap.flags & CEPH_CAP_FLAG_AUTH)) { in ceph_fill_inode()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_1pass.c | 581 u32 new_version; in compare_inodes() local 584 sizeof(new_version), &new_version); in compare_inodes() 588 return new_version > old_version; in compare_inodes()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 995 u32 cur_version, new_version; in ccg_check_fw_version() local 1022 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version() 1029 if (new_version > cur_version) in ccg_check_fw_version()
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 5691 int old_version = s->qcow_version, new_version = old_version; in qcow2_amend_options() local 5715 new_version = 2; in qcow2_amend_options() 5717 new_version = 3; in qcow2_amend_options() 5781 .total_operations = (new_version != old_version) in qcow2_amend_options() 5787 if (new_version > old_version) { in qcow2_amend_options() 5789 ret = qcow2_upgrade(bs, new_version, &qcow2_amend_helper_cb, in qcow2_amend_options() 5826 if (new_version < 3 && refcount_bits != 16) { in qcow2_amend_options() 5872 if (new_version < 3) { in qcow2_amend_options() 5924 if (new_version < old_version) { in qcow2_amend_options() 5926 ret = qcow2_downgrade(bs, new_version, &qcow2_amend_helper_cb, in qcow2_amend_options()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 812 static int gss_pipe_open(struct inode *inode, int new_version) in gss_pipe_open() argument 821 sn->pipe_version = new_version; in gss_pipe_open() 824 } else if (sn->pipe_version != new_version) { in gss_pipe_open()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 28 def sanity_conf_update(fn, lines, version_var_name, new_version): 30 lines[index] = '%s = "%d"\n' % (version_var_name, new_version)
|