Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dtransport.c54 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry() argument
66 temp->mid = get_mid(smb_buffer); in AllocMidQEntry()
68 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry()
69 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in AllocMidQEntry()
502 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() argument
509 iov[0].iov_base = smb_buffer; in smb_send()
511 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
Dconnect.c4837 struct smb_hdr *smb_buffer; in CIFSTCon() local
4849 smb_buffer = cifs_buf_get(); in CIFSTCon()
4850 if (smb_buffer == NULL) in CIFSTCon()
4853 smb_buffer_response = smb_buffer; in CIFSTCon()
4855 header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()
4858 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()
4859 smb_buffer->Uid = ses->Suid; in CIFSTCon()
4860 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4893 cifs_buf_release(smb_buffer); in CIFSTCon()
4906 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in CIFSTCon()
[all …]
Dcifsproto.h84 extern struct mid_q_entry *AllocMidQEntry(const struct smb_hdr *smb_buffer,
Dcifssmb.c705 struct smb_hdr *smb_buffer; in CIFSSMBTDis() local
724 (void **)&smb_buffer); in CIFSSMBTDis()
728 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, 0); in CIFSSMBTDis()
729 cifs_small_buf_release(smb_buffer); in CIFSSMBTDis()