Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifssmb.c | 633 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 …]
|
D | transport.c | 1302 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()
|
D | cifsproto.h | 109 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
D | connect.c | 4919 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|