Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifssmb.c445 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
725 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
770 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
814 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir()
858 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir()
936 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate()
1100 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen()
1224 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open()
1582 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite()
2201 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename()
[all …]
Dtransport.c1348 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
1483 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
Dcifsproto.h110 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
Dconnect.c3680 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()