Searched refs:SMBFLG2_UNICODE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c260 buffer->Flags2 |= SMBFLG2_UNICODE;
387 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS);
766 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
838 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
884 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
927 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
975 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1141 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1244 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1933 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
[all...]
H A Dsess.c147 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE;
651 pSMB->req.hdr.Flags2 &= ~SMBFLG2_UNICODE;
800 if ((pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) == 0) {
911 if (smb_buf->Flags2 & SMBFLG2_UNICODE) {
H A Dmisc.c315 buffer->Flags2 |= SMBFLG2_UNICODE;
H A Dconnect.c2848 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2879 if (smb_buffer->Flags2 & SMBFLG2_UNICODE)
H A Dcifspdu.h188 #define SMBFLG2_UNICODE cpu_to_le16(0x8000) macro

Completed in 89 milliseconds