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