Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | cifssmb.c | 708 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 979 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 1024 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 1068 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 1112 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 1189 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1353 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1477 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 2016 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2812 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
D | transport.c | 1255 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1387 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 | 5090 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|