Searched refs:SendReceive (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 470 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBNegotiate() 756 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXDelFile() 803 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBDelFile() 849 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBRmDir() 895 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBMkDir() 974 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXCreate() 1157 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in SMBLegacyOpen() 1283 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in_len, in CIFS_open() 1710 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBWrite() 2110 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBLock() [all …]
|
| H A D | cifstransport.c | 218 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
|
| H A D | cifsproto.h | 111 int SendReceive(const unsigned int xid, struct cifs_ses *ses,
|
| H A D | smb1ops.c | 98 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()
|
| H A D | connect.c | 4060 rc = SendReceive(xid, ses, smb_buffer, in_len, smb_buffer_response, in CIFSTCon()
|