Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifssmb.c582 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
848 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
895 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
941 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir()
986 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir()
1065 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate()
1232 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen()
1359 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open()
1872 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite()
2641 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename()
[all …]
Dtransport.c839 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
969 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
Dcifsproto.h81 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
Dconnect.c3833 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES440 waiting on an SMB response) in SendReceive when session dies but