Lines Matching defs:xid

789 SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
872 rc = cifs_send_recv(xid, ses, server,
1006 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon)
1088 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
1167 unsigned int xid;
1272 rc = cifs_send_recv(sess_data->xid, sess_data->ses,
1592 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses,
1613 sess_data->xid = xid;
1637 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses)
1682 rc = cifs_send_recv(xid, ses, ses->server,
1710 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree,
1787 rc = cifs_send_recv(xid, ses, server,
1791 trace_smb3_tcon(xid, tcon->tid, ses->Suid, tree, rc);
1836 rc = server->ops->validate_negotiate(xid, tcon);
1851 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon)
1891 rc = cifs_send_recv(xid, ses, ses->server,
2490 int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
2611 trace_smb3_posix_mkdir_enter(xid, tcon->tid, ses->Suid, CREATE_NOT_FILE,
2614 rc = cifs_send_recv(xid, ses, server,
2618 trace_smb3_posix_mkdir_err(xid, tcon->tid, ses->Suid,
2625 trace_smb3_posix_mkdir_done(xid, rsp->PersistentFileId, tcon->tid,
2629 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId);
2838 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path,
2871 trace_smb3_open_enter(xid, tcon->tid, tcon->ses->Suid,
2874 rc = cifs_send_recv(xid, ses, server,
2887 trace_smb3_open_err(xid, tcon->tid, ses->Suid,
2896 trace_smb3_open_done(xid, rsp->PersistentFileId, tcon->tid,
3032 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
3081 rc = cifs_send_recv(xid, ses, server,
3087 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid,
3148 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
3158 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid,
3204 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
3236 trace_smb3_close_enter(xid, persistent_fid, tcon->tid, ses->Suid);
3243 rc = cifs_send_recv(xid, ses, server,
3249 trace_smb3_close_err(xid, persistent_fid, tcon->tid, ses->Suid,
3253 trace_smb3_close_done(xid, persistent_fid, tcon->tid,
3282 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
3285 return __SMB2_close(xid, tcon, persistent_fid, volatile_fid, NULL);
3393 query_info(const unsigned int xid, struct cifs_tcon *tcon,
3432 trace_smb3_query_info_enter(xid, persistent_fid, tcon->tid,
3435 rc = cifs_send_recv(xid, ses, server,
3441 trace_smb3_query_info_err(xid, persistent_fid, tcon->tid,
3446 trace_smb3_query_info_done(xid, persistent_fid, tcon->tid,
3480 int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
3483 return query_info(xid, tcon, persistent_fid, volatile_fid,
3491 SMB311_posix_query_info(const unsigned int xid, struct cifs_tcon *tcon,
3498 return query_info(xid, tcon, persistent_fid, volatile_fid,
3504 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon,
3511 return query_info(xid, tcon, persistent_fid, volatile_fid,
3517 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
3520 return query_info(xid, tcon, persistent_fid, volatile_fid,
3533 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst,
3566 SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon,
3591 rc = SMB2_notify_init(xid, &rqst, tcon, server,
3597 trace_smb3_notify_enter(xid, persistent_fid, tcon->tid, ses->Suid,
3599 rc = cifs_send_recv(xid, ses, server,
3604 trace_smb3_notify_err(xid, persistent_fid, tcon->tid, ses->Suid,
3607 trace_smb3_notify_done(xid, persistent_fid, tcon->tid,
3757 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst,
3781 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
3805 rc = SMB2_flush_init(xid, &rqst, tcon, server,
3810 trace_smb3_flush_enter(xid, persistent_fid, tcon->tid, ses->Suid);
3811 rc = cifs_send_recv(xid, ses, server,
3816 trace_smb3_flush_err(xid, persistent_fid, tcon->tid, ses->Suid,
3819 trace_smb3_flush_done(xid, persistent_fid, tcon->tid,
3862 trace_smb3_read_enter(0 /* xid */,
4002 trace_smb3_read_err(0 /* xid */,
4007 trace_smb3_read_done(0 /* xid */,
4078 trace_smb3_read_err(0 /* xid */, io_parms.persistent_fid,
4090 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
4121 rc = cifs_send_recv(xid, ses, io_parms->server,
4129 trace_smb3_read_err(xid, req->PersistentFileId,
4134 trace_smb3_read_done(xid, req->PersistentFileId,
4141 trace_smb3_read_done(xid, req->PersistentFileId,
4237 trace_smb3_write_err(0 /* no xid */,
4245 trace_smb3_write_done(0 /* no xid */,
4293 trace_smb3_write_enter(0 /* xid */, wdata->cfile->fid.persistent_fid,
4381 trace_smb3_write_err(0 /* no xid */, req->PersistentFileId,
4400 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
4445 trace_smb3_write_enter(xid, io_parms->persistent_fid,
4457 rc = cifs_send_recv(xid, io_parms->tcon->ses, server,
4463 trace_smb3_write_err(xid, req->PersistentFileId,
4471 trace_smb3_write_done(xid, req->PersistentFileId,
4631 int SMB2_query_directory_init(const unsigned int xid,
4695 trace_smb3_query_dir_enter(xid, persistent_fid, tcon->tid,
4781 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
4806 rc = SMB2_query_directory_init(xid, tcon, server,
4813 rc = cifs_send_recv(xid, ses, server,
4820 trace_smb3_query_dir_done(xid, persistent_fid,
4825 trace_smb3_query_dir_err(xid, persistent_fid, tcon->tid,
4835 trace_smb3_query_dir_err(xid, persistent_fid, tcon->tid,
4841 trace_smb3_query_dir_done(xid, persistent_fid, tcon->tid,
4902 send_set_info(const unsigned int xid, struct cifs_tcon *tcon,
4944 rc = cifs_send_recv(xid, ses, server,
4952 trace_smb3_set_info_err(xid, persistent_fid, tcon->tid,
4962 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,
4974 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
4980 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
4984 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
4990 SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
4994 return send_set_info(xid, tcon, persistent_fid, volatile_fid,
5000 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
5038 rc = cifs_send_recv(xid, ses, server,
5122 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon,
5150 rc = cifs_send_recv(xid, ses, server,
5173 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon,
5201 rc = cifs_send_recv(xid, ses, server,
5224 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
5268 rc = cifs_send_recv(xid, ses, server,
5309 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
5353 rc = cifs_send_recv(xid, tcon->ses, server,
5360 trace_smb3_lock_err(xid, persist_fid, tcon->tid,
5368 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
5381 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock);
5385 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,
5426 rc = cifs_send_recv(xid, ses, server,