Home
last modified time | relevance | path

Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifssmb.c617 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
889 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
936 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
982 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir()
1027 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir()
1106 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate()
1272 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen()
1399 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open()
1936 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite()
2732 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename()
[all …]
Dtransport.c1039 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
1171 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
Dcifsproto.h101 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
Dconnect.c4424 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()