Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifssmb.c471 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 Dsmb1proto.h280 int SendReceive(const unsigned int xid, struct cifs_ses *ses,
H A Dsmb1transport.c224 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
H A Dsmb1ops.c209 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()