Searched refs:SendReceive (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | cifssmb.c | 464 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 744 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 789 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 833 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 877 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 955 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXCreate() 1135 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in SMBLegacyOpen() 1259 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 1641 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBWrite() 2278 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRename() [all …]
|
| H A D | transport.c | 1347 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function 1482 return SendReceive(xid, ses, in_buf, out_buf, in send_lock_cancel()
|
| H A D | cifsproto.h | 113 extern int SendReceive(const unsigned int /* xid */ , struct cifs_ses *,
|
| H A D | connect.c | 4051 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
|