Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 471 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBNegotiate() 608 rc = SendReceive(xid, ses, smb_buffer, in_len, smb_buffer_response, in CIFSTCon() 897 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXDelFile() 944 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBDelFile() 990 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBRmDir() 1036 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBMkDir() 1115 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXCreate() 1298 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in SMBLegacyOpen() 1424 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in_len, in CIFS_open() 1851 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBWrite() [all …]
|
| H A D | smb1proto.h | 280 int SendReceive(const unsigned int xid, struct cifs_ses *ses,
|
| H A D | smb1transport.c | 224 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
|
| H A D | smb1ops.c | 209 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()
|