Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifssmb.c582 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
847 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
894 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
940 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir()
985 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir()
1064 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate()
1231 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen()
1358 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open()
1869 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite()
2635 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename()
[all …]
Dtransport.c837 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
967 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
Dcifsproto.h83 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
Dconnect.c3741 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES440 waiting on an SMB response) in SendReceive when session dies but