Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/cifs/ |
| D | cifssmb.c | 521 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 792 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 837 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 881 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 925 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 1003 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1167 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1291 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 1830 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2628 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
| D | transport.c | 1331 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1463 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 | 3725 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|