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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c231 buffer->Flags2 |= SMBFLG2_UNICODE;
430 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS);
792 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
839 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
883 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
933 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1086 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1195 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1829 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
1977 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
[all...]
H A Dsess.c58 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE;
524 if(smb_buf->Flags2 & SMBFLG2_UNICODE)
H A Dmisc.c321 buffer->Flags2 |= SMBFLG2_UNICODE;
H A Dconnect.c2183 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2292 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) {
2479 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2617 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) {
2814 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
3020 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) {
3232 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
3262 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) {
H A Dcifspdu.h171 #define SMBFLG2_UNICODE cpu_to_le16(0x8000) macro

Completed in 174 milliseconds