Lines Matching defs:xid
2730 int rc = 0, xid;
2760 xid = get_xid();
2764 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage);
2765 free_xid(xid);
2789 int rc = 0, xid;
2796 xid = get_xid();
2797 rc = ses->server->ops->tree_disconnect(xid, tcon);
2798 free_xid(xid);
2830 unsigned int rc, xid;
2854 xid = get_xid();
2855 rc = server->ops->logoff(xid, ses);
2859 _free_xid(xid);
3042 unsigned int xid;
3047 xid = get_xid();
3055 rc = cifs_negotiate_protocol(xid, ses);
3060 free_xid(xid);
3065 rc = cifs_setup_session(xid, ses,
3071 free_xid(xid);
3079 free_xid(xid);
3128 rc = cifs_negotiate_protocol(xid, ses);
3130 rc = cifs_setup_session(xid, ses, volume_info->local_nls);
3145 free_xid(xid);
3153 free_xid(xid);
3202 unsigned int xid;
3223 xid = get_xid();
3225 ses->server->ops->tree_disconnect(xid, tcon);
3226 _free_xid(xid);
3256 int rc, xid;
3341 xid = get_xid();
3342 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon,
3344 free_xid(xid);
3818 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
3845 if (!CIFSSMBQFSUnixInfo(xid, tcon)) {
3908 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) {
4062 unsigned int xid,
4075 free_xid(xid);
4080 unsigned int *xid,
4093 *xid = get_xid();
4138 reset_cifs_unix_caps(*xid, tcon, cifs_sb, vol);
4148 server->ops->qfs_tcon(*xid, tcon, cifs_sb);
4240 expand_dfs_referral(const unsigned int xid, struct cifs_ses *ses,
4255 rc = dfs_cache_find(xid, ses, cifs_sb->local_nls, cifs_remap(cifs_sb),
4319 struct cifs_sb_info *cifs_sb, struct smb_vol *vol, unsigned int *xid,
4354 mount_put_conns(cifs_sb, *xid, *server, *ses, *tcon);
4355 rc = mount_get_conns(&fake_vol, cifs_sb, xid, server, ses,
4370 struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid,
4391 rc = setup_dfs_tgt_conn(path, full_path, tgt_it, cifs_sb, vol, xid, server, ses,
4401 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses,
4471 unsigned int xid,
4485 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, "");
4509 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
4521 const unsigned int xid,
4541 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
4549 rc = cifs_are_all_path_components_accessible(server, xid, tcon,
4584 const unsigned int xid, struct TCP_Server_Info *server,
4623 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, path);
4656 unsigned int xid;
4665 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4673 if (dfs_cache_find(xid, ses, cifs_sb->local_nls, cifs_remap(cifs_sb), vol->UNC + 1, NULL,
4679 rc = is_path_remote(cifs_sb, vol, xid, server, tcon);
4711 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1);
4716 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4717 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4721 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid,
4734 rc = check_dfs_prepath(cifs_sb, vol, xid, server, tcon, &ref_path);
4785 free_xid(xid);
4795 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4802 unsigned int xid;
4807 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4812 rc = is_path_remote(cifs_sb, vol, xid, server, tcon);
4819 free_xid(xid);
4824 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4833 CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
4933 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length,
5030 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses)
5042 rc = server->ops->negotiate(xid, ses);
5056 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
5080 rc = server->ops->sess_setup(xid, ses, nls_info);
5350 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc)
5374 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc);
5376 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc);
5422 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc);
5425 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc);
5451 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc)
5455 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc);