Home
last modified time | relevance | path

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

/Linux-v5.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()
506 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() argument
513 iov[0].iov_base = smb_buffer; in smb_send()
515 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
Dconnect.c4817 struct smb_hdr *smb_buffer; in CIFSTCon() local
4829 smb_buffer = cifs_buf_get(); in CIFSTCon()
4830 if (smb_buffer == NULL) in CIFSTCon()
4833 smb_buffer_response = smb_buffer; in CIFSTCon()
4835 header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()
4838 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()
4839 smb_buffer->Uid = ses->Suid; in CIFSTCon()
4840 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4873 cifs_buf_release(smb_buffer); in CIFSTCon()
4886 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()