Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dtransport.c53 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry() argument
65 temp->mid = get_mid(smb_buffer); in AllocMidQEntry()
67 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry()
68 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in AllocMidQEntry()
437 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() argument
444 iov[0].iov_base = smb_buffer; in smb_send()
446 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
Dconnect.c4327 struct smb_hdr *smb_buffer; in CIFSTCon() local
4339 smb_buffer = cifs_buf_get(); in CIFSTCon()
4340 if (smb_buffer == NULL) in CIFSTCon()
4343 smb_buffer_response = smb_buffer; in CIFSTCon()
4345 header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()
4348 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()
4349 smb_buffer->Uid = ses->Suid; in CIFSTCon()
4350 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4383 cifs_buf_release(smb_buffer); in CIFSTCon()
4396 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in CIFSTCon()
[all …]
Dcifsproto.h81 extern struct mid_q_entry *AllocMidQEntry(const struct smb_hdr *smb_buffer,
Dcifssmb.c687 struct smb_hdr *smb_buffer; in CIFSSMBTDis() local
706 (void **)&smb_buffer); in CIFSSMBTDis()
710 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, 0); in CIFSSMBTDis()
711 cifs_small_buf_release(smb_buffer); in CIFSSMBTDis()