Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifssmb.c471 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBNegotiate()
608 rc = SendReceive(xid, ses, smb_buffer, in_len, smb_buffer_response, in CIFSTCon()
611 /* above now done in SendReceive */ in CIFSTCon()
897 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXDelFile()
944 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBDelFile()
990 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBRmDir()
1036 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSSMBMkDir()
1115 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in CIFSPOSIXCreate()
1298 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in_len, in SMBLegacyOpen()
1424 rc = SendReceive(xi in CIFS_open()
[all...]
H A Dsmb1transport.c224 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive() function
H A Dsmb1ops.c206 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel()