Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | cifssmb.c | 439 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 719 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 764 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 808 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 852 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 930 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1094 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1218 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 1576 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2195 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
A D | transport.c | 1334 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1470 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
|
A D | cifsproto.h | 106 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
A D | connect.c | 3552 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|
Completed in 21 milliseconds