Searched refs:SendReceive (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifssmb.c | 582 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 …]
|
D | transport.c | 837 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()
|
D | cifsproto.h | 83 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
D | connect.c | 3741 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 440 waiting on an SMB response) in SendReceive when session dies but
|