Lines Matching defs:xid

216 	int xid;
418 xid = get_xid();
419 rc = SMB3_request_interfaces(xid, tcon, false);
420 free_xid(xid);
1019 SMB2_negotiate(const unsigned int xid,
1106 rc = cifs_send_recv(xid, ses, server,
1246 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon)
1329 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
1408 unsigned int xid;
1533 rc = cifs_send_recv(sess_data->xid, sess_data->ses,
1872 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses,
1890 sess_data->xid = xid;
1919 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses)
1968 rc = cifs_send_recv(xid, ses, ses->server,
1996 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree,
2078 rc = cifs_send_recv(xid, ses, server,
2082 trace_smb3_tcon(xid, tcon->tid, ses->Suid, tree, rc);
2123 rc = server->ops->validate_negotiate(xid, tcon);
2140 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon)
2157 trace_smb3_tdis_enter(xid, tcon->tid, ses->Suid, tcon->tree_name);
2186 rc = cifs_send_recv(xid, ses, ses->server,
2191 trace_smb3_tdis_err(xid, tcon->tid, ses->Suid, rc);
2193 trace_smb3_tdis_done(xid, tcon->tid, ses->Suid);
2766 int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
2890 trace_smb3_posix_mkdir_enter(xid, tcon->tid, ses->Suid, full_path, CREATE_NOT_FILE,
2893 rc = cifs_send_recv(xid, ses, server,
2897 trace_smb3_posix_mkdir_err(xid, tcon->tid, ses->Suid,
2915 trace_smb3_posix_mkdir_done(xid, rsp->PersistentFileId, tcon->tid, ses->Suid,
2918 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId);
3115 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path,
3148 trace_smb3_open_enter(xid, tcon->tid, tcon->ses->Suid, oparms->path,
3151 rc = cifs_send_recv(xid, ses, server,
3164 trace_smb3_open_err(xid, tcon->tid, ses->Suid,
3175 trace_smb3_open_done(xid, rsp->PersistentFileId, tcon->tid, ses->Suid,
3314 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
3363 rc = cifs_send_recv(xid, ses, server,
3369 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid,
3440 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
3450 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid,
3496 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
3528 trace_smb3_close_enter(xid, persistent_fid, tcon->tid, ses->Suid);
3535 rc = cifs_send_recv(xid, ses, server,
3541 trace_smb3_close_err(xid, persistent_fid, tcon->tid, ses->Suid,
3545 trace_smb3_close_done(xid, persistent_fid, tcon->tid,
3572 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
3575 return __SMB2_close(xid, tcon, persistent_fid, volatile_fid, NULL);
3683 query_info(const unsigned int xid, struct cifs_tcon *tcon,
3722 trace_smb3_query_info_enter(xid, persistent_fid, tcon->tid,
3725 rc = cifs_send_recv(xid, ses, server,
3731 trace_smb3_query_info_err(xid, persistent_fid, tcon->tid,
3736 trace_smb3_query_info_done(xid, persistent_fid, tcon->tid,
3770 int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
3773 return query_info(xid, tcon, persistent_fid, volatile_fid,
3783 SMB311_posix_query_info(const unsigned int xid, struct cifs_tcon *tcon,
3790 return query_info(xid, tcon, persistent_fid, volatile_fid,
3798 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon,
3806 return query_info(xid, tcon, persistent_fid, volatile_fid,
3812 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
3815 return query_info(xid, tcon, persistent_fid, volatile_fid,
3828 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst,
3861 SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon,
3891 rc = SMB2_notify_init(xid, &rqst, tcon, server,
3897 trace_smb3_notify_enter(xid, persistent_fid, tcon->tid, ses->Suid,
3899 rc = cifs_send_recv(xid, ses, server,
3904 trace_smb3_notify_err(xid, persistent_fid, tcon->tid, ses->Suid,
3907 trace_smb3_notify_done(xid, persistent_fid, tcon->tid,
4144 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst,
4168 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
4192 rc = SMB2_flush_init(xid, &rqst, tcon, server,
4197 trace_smb3_flush_enter(xid, persistent_fid, tcon->tid, ses->Suid);
4198 rc = cifs_send_recv(xid, ses, server,
4203 trace_smb3_flush_err(xid, persistent_fid, tcon->tid, ses->Suid,
4206 trace_smb3_flush_done(xid, persistent_fid, tcon->tid,
4279 trace_smb3_read_enter(0 /* xid */,
4413 trace_smb3_read_err(0 /* xid */,
4418 trace_smb3_read_done(0 /* xid */,
4496 trace_smb3_read_err(0 /* xid */, io_parms.persistent_fid,
4508 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
4539 rc = cifs_send_recv(xid, ses, io_parms->server,
4547 trace_smb3_read_err(xid,
4553 trace_smb3_read_done(xid, req->PersistentFileId, io_parms->tcon->tid,
4559 trace_smb3_read_done(xid,
4656 trace_smb3_write_err(0 /* no xid */,
4664 trace_smb3_write_done(0 /* no xid */,
4730 trace_smb3_write_enter(0 /* xid */,
4814 trace_smb3_write_err(0 /* no xid */,
4837 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
4882 trace_smb3_write_enter(xid, io_parms->persistent_fid,
4894 rc = cifs_send_recv(xid, io_parms->tcon->ses, server,
4900 trace_smb3_write_err(xid,
4909 trace_smb3_write_done(xid,
5068 int SMB2_query_directory_init(const unsigned int xid,
5135 trace_smb3_query_dir_enter(xid, persistent_fid, tcon->tid,
5224 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
5249 rc = SMB2_query_directory_init(xid, tcon, server,
5256 rc = cifs_send_recv(xid, ses, server,
5263 trace_smb3_query_dir_done(xid, persistent_fid,
5268 trace_smb3_query_dir_err(xid, persistent_fid, tcon->tid,
5278 trace_smb3_query_dir_err(xid, persistent_fid, tcon->tid,
5284 trace_smb3_query_dir_done(xid, persistent_fid, tcon->tid,
5344 send_set_info(const unsigned int xid, struct cifs_tcon *tcon,
5386 rc = cifs_send_recv(xid, ses, server,
5394 trace_smb3_set_info_err(xid, persistent_fid, tcon->tid,
5404 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
5416 trace_smb3_set_eof(xid, persistent_fid, tcon->tid, tcon->ses->Suid, le64_to_cpu(*eof));
5418 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
5424 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
5428 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
5434 SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
5438 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
5444 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
5482 rc = cifs_send_recv(xid, ses, server,
5566 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon,
5594 rc = cifs_send_recv(xid, ses, server,
5617 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon,
5645 rc = cifs_send_recv(xid, ses, server,
5668 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
5712 rc = cifs_send_recv(xid, ses, server,
5753 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
5797 rc = cifs_send_recv(xid, tcon->ses, server,
5804 trace_smb3_lock_err(xid, persist_fid, tcon->tid,
5812 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
5825 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock);
5829 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,
5870 rc = cifs_send_recv(xid, ses, server,