Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifssmb.c | 445 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 725 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 770 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 814 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 858 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 936 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1100 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1224 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 1584 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2203 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
H A D | transport.c | 1354 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1489 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
|
H A D | cifsproto.h | 110 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
H A D | connect.c | 3788 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|