Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dinode.c760 bool new_version = false; in ceph_fill_inode() local
813 new_version = true; in ceph_fill_inode()
833 if ((new_version || (new_issued & CEPH_CAP_AUTH_SHARED)) && in ceph_fill_inode()
845 if ((new_version || (new_issued & CEPH_CAP_LINK_SHARED)) && in ceph_fill_inode()
849 if (new_version || (new_issued & CEPH_CAP_ANY_RD)) { in ceph_fill_inode()
859 if (new_version || (info_caps & CEPH_CAP_FILE_SHARED)) { in ceph_fill_inode()
864 if (new_version || in ceph_fill_inode()
894 if (new_version || (info->cap.flags & CEPH_CAP_FLAG_AUTH)) { in ceph_fill_inode()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_1pass.c581 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()
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c971 u32 cur_version, new_version; in ccg_check_fw_version() local
998 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version()
1005 if (new_version > cur_version) in ccg_check_fw_version()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c780 static int gss_pipe_open(struct inode *inode, int new_version) in gss_pipe_open() argument
789 sn->pipe_version = new_version; in gss_pipe_open()
792 } else if (sn->pipe_version != new_version) { in gss_pipe_open()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass22 def sanity_conf_update(fn, lines, version_var_name, new_version):
24 lines[index] = '%s = "%d"\n' % (version_var_name, new_version)