Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | cifssmb.c | 474 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 754 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 799 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 843 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 887 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 965 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1129 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1253 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 1614 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2236 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
D | transport.c | 1336 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1472 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
|
D | cifsproto.h | 105 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
D | connect.c | 3970 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|