Home
last modified time | relevance | path

Searched refs:SMBFLG2_UNICODE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifssmb.c248 buffer->Flags2 |= SMBFLG2_UNICODE; in small_smb_init_no_tc()
424 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS); in CIFSSMBNegotiate()
585 smb->hdr.Flags2 |= SMBFLG2_UNICODE; in CIFSSMBEcho()
682 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFSPOSIXDelFile()
756 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFSSMBDelFile()
801 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFSSMBRmDir()
845 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFSSMBMkDir()
893 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFSPOSIXCreate()
1058 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) { in SMBLegacyOpen()
1168 if (req->hdr.Flags2 & SMBFLG2_UNICODE) { in CIFS_open()
[all …]
H A Dsess.c695 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE; in cifs_ssetup_hdr()
1540 } else if (smb_buf->Flags2 & SMBFLG2_UNICODE) { in sess_auth_ntlmv2()
1676 } else if (smb_buf->Flags2 & SMBFLG2_UNICODE) { in sess_auth_kerberos()
1719 if ((pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) == 0) { in _sess_auth_rawntlmssp_assemble_req()
1929 } else if (smb_buf->Flags2 & SMBFLG2_UNICODE) { in sess_auth_rawntlmssp_authenticate()
H A Dmisc.c282 buffer->Flags2 |= SMBFLG2_UNICODE; in header_assemble()
H A Dconnect.c3836 smb_buffer->Flags2 |= SMBFLG2_UNICODE; in CIFSTCon()
3865 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) in CIFSTCon()
H A Dcifspdu.h181 #define SMBFLG2_UNICODE cpu_to_le16(0x8000) macro
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h168 #define SMBFLG2_UNICODE cpu_to_le16(0x8000) macro
H A Dsmb_common.c329 rsp_hdr->Flags2 = SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS | in init_smb1_rsp_hdr()