Home
last modified time | relevance | path

Searched refs:SendReceive (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dcifssmb.c470 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 Dcifstransport.c218 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
H A Dcifsproto.h111 int SendReceive(const unsigned int xid, struct cifs_ses *ses,
H A Dsmb1ops.c98 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()
H A Dconnect.c4060 rc = SendReceive(xid, ses, smb_buffer, in_len, smb_buffer_response, in CIFSTCon()