Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dinode.c932 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()
/Linux-v6.6/drivers/usb/typec/ucsi/
Ducsi_ccg.c993 u32 cur_version, new_version; in ccg_check_fw_version() local
1020 new_version = le16_to_cpu(fw_cfg.app.build) | in ccg_check_fw_version()
1027 if (new_version > cur_version) in ccg_check_fw_version()
/Linux-v6.6/net/sunrpc/auth_gss/
Dauth_gss.c812 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()