Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifssmb.c633 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
906 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
951 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
995 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir()
1039 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir()
1116 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate()
1280 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen()
1404 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open()
1943 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite()
2739 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename()
[all …]
Dtransport.c1302 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
1434 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
Dcifsproto.h109 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
Dconnect.c4919 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()