Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifstransport.c37 alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in alloc_mid() argument
50 temp->mid = get_mid(smb_buffer); in alloc_mid()
52 temp->command = cpu_to_le16(smb_buffer->Command); in alloc_mid()
53 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid()
H A Dconnect.c3997 struct smb_hdr *smb_buffer; in CIFSTCon() local
4009 smb_buffer = cifs_buf_get(); in CIFSTCon()
4010 if (smb_buffer == NULL) in CIFSTCon()
4013 smb_buffer_response = smb_buffer; in CIFSTCon()
4015 in_len = header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()
4018 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()
4019 smb_buffer->Uid = ses->Suid; in CIFSTCon()
4020 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4033 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in CIFSTCon()
4036 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()
[all …]
H A Dcifssmb.c539 struct smb_hdr *smb_buffer; in CIFSSMBTDis() local
563 (void **)&smb_buffer); in CIFSSMBTDis()
568 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, in_len, 0); in CIFSSMBTDis()
569 cifs_small_buf_release(smb_buffer); in CIFSSMBTDis()