Lines Matching refs:xid

119 	int xid;
131 xid = get_xid();
132 rc = server->ops->query_server_interfaces(xid, tcon, false);
133 free_xid(xid);
1925 int rc = 0, xid;
1954 xid = get_xid();
1958 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls);
1959 free_xid(xid);
2009 unsigned int xid;
2048 xid = get_xid();
2049 rc = server->ops->logoff(xid, ses);
2053 _free_xid(xid);
2248 unsigned int xid;
2253 xid = get_xid();
2266 rc = cifs_negotiate_protocol(xid, ses, server);
2271 free_xid(xid);
2275 rc = cifs_setup_session(xid, ses, server,
2281 free_xid(xid);
2292 free_xid(xid);
2354 rc = cifs_negotiate_protocol(xid, ses, server);
2356 rc = cifs_setup_session(xid, ses, server, ctx->local_nls);
2382 free_xid(xid);
2388 free_xid(xid);
2448 unsigned int xid;
2493 xid = get_xid();
2495 ses->server->ops->tree_disconnect(xid, tcon);
2496 _free_xid(xid);
2530 int rc, xid;
2625 xid = get_xid();
2626 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon,
2628 free_xid(xid);
3159 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
3188 if (!CIFSSMBQFSUnixInfo(xid, tcon)) {
3256 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) {
3334 free_xid(mnt_ctx->xid);
3342 unsigned int xid;
3345 xid = get_xid();
3376 mnt_ctx->xid = xid;
3420 reset_cifs_unix_caps(mnt_ctx->xid, tcon, cifs_sb, ctx);
3436 server->ops->qfs_tcon(mnt_ctx->xid, tcon, cifs_sb);
3511 unsigned int xid,
3525 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, "");
3549 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
3566 unsigned int xid = mnt_ctx->xid;
3584 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
3590 rc = cifs_are_all_path_components_accessible(server, xid, tcon,
3637 free_xid(mnt_ctx.xid);
3680 free_xid(mnt_ctx.xid);
3693 CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
3760 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length,
3852 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses,
3878 rc = server->ops->negotiate(xid, ses, server);
3897 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
3966 rc = server->ops->sess_setup(xid, ses, server, nls_info);
4297 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc)
4323 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc);